1 # SPDX-License-Identifier: GPL-2.0-only
 
   3 # This file is part of Nominatim. (https://nominatim.org)
 
   5 # Copyright (C) 2023 by the Nominatim developer community.
 
   6 # For a full list of authors see the git log.
 
   8 Subcommand definitions for the command-line tool.
 
  11 from .setup import SetupAll as SetupAll
 
  12 from .replication import UpdateReplication as UpdateReplication
 
  13 from .index import UpdateIndex as UpdateIndex
 
  14 from .refresh import UpdateRefresh as UpdateRefresh
 
  15 from .add_data import UpdateAddData as UpdateAddData
 
  16 from .admin import AdminFuncs as AdminFuncs
 
  17 from .freeze import SetupFreeze as SetupFreeze
 
  18 from .special_phrases import ImportSpecialPhrases as ImportSpecialPhrases