mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
10 lines
271 B
Python
10 lines
271 B
Python
"""
|
|
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
|
|
from .admin import AdminFuncs
|