mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
split cli.py by subcommands
Reduces file size below 1000 lines.
This commit is contained in:
8
nominatim/clicmd/__init__.py
Normal file
8
nominatim/clicmd/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Subcommand definitions for the command-line tool.
|
||||
"""
|
||||
|
||||
from .replication import UpdateReplication
|
||||
from .api import APISearch, APIReverse, APILookup, APIDetails, APIStatus
|
||||
from .index import UpdateIndex
|
||||
from .refresh import UpdateRefresh
|
||||
Reference in New Issue
Block a user