diff --git a/server/lib/python/cartodb_services/cartodb_services/here/__init__.py b/server/lib/python/cartodb_services/cartodb_services/here/__init__.py index a389e2a..be7ac2e 100644 --- a/server/lib/python/cartodb_services/cartodb_services/here/__init__.py +++ b/server/lib/python/cartodb_services/cartodb_services/here/__init__.py @@ -1,3 +1,4 @@ -from cartodb_services.here.geocoder import HereMapsGeocoder -from cartodb_services.here.bulk_geocoder import HereMapsBulkGeocoder -from cartodb_services.here.routing import HereMapsRoutingIsoline +from cartodb_services.here.geocoder import HereMapsGeocoder, HereMapsGeocoderV7 +from cartodb_services.here.bulk_geocoder import HereMapsBulkGeocoder, HereMapsBulkGeocoderV7 +from cartodb_services.here.service_factory import get_geocoder, get_bulk_geocoder, get_routing_isoline +from cartodb_services.here.routing import HereMapsRoutingIsoline \ No newline at end of file