mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-26 06:22:13 +03:00
7 lines
207 B
Python
7 lines
207 B
Python
"""
|
|
Module with functions for importing, updating Nominatim databases
|
|
as well as general maintenance helpers.
|
|
"""
|
|
|
|
from nominatim.tools.special_phrases.special_phrases_importer import SpecialPhrasesImporter
|