mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 05:44:06 +00:00
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