Skip to content

Commit

Permalink
add clinamespace
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed Jul 31, 2015
1 parent ec4177e commit 5b5ba05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rasterstats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from .main import raster_stats, zonal_stats
from rasterstats import cli

__all__ = ['raster_stats', 'zonal_stats']
__all__ = ['raster_stats', 'zonal_stats', 'cli']

0 comments on commit 5b5ba05

Please sign in to comment.