forked from hans/Nominatim
add skeleton for new Nominatim executables
This commit is contained in:
0
nominatim/__init__.py
Normal file
0
nominatim/__init__.py
Normal file
14
nominatim/tools.py
Normal file
14
nominatim/tools.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
Provides the fronting for the Nominatim tools, command line and environment
|
||||
parsing.
|
||||
"""
|
||||
|
||||
def setup(**kwargs):
|
||||
print("Functions for creating a Nominatim database and importing data.")
|
||||
|
||||
def update(**kwargs):
|
||||
print("Functions for updating a Nominatim database.")
|
||||
|
||||
def admin(**kwargs):
|
||||
print("Functions for maintaining a Nomiantim database.")
|
||||
|
||||
Reference in New Issue
Block a user