diff --git a/Geohash/__init__.py b/Geohash/__init__.py index ff95dfe..2a92614 100644 --- a/Geohash/__init__.py +++ b/Geohash/__init__.py @@ -18,4 +18,4 @@ License along with Geohash. If not, see . """ -from geohash import decode_exactly, decode, encode +from .geohash import decode_exactly, decode, encode