6 lines
99 B
Python
6 lines
99 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
def createGeozero():
|
||
|
from .Geozero import Geocode
|
||
|
return Geocode()
|