mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 05:35:13 +03:00
b54ff7d766
No longer used now that legacy tokenizer is gone.
6 lines
82 B
Python
Executable File
6 lines
82 B
Python
Executable File
#!python3
|
|
|
|
from nominatim_db import cli
|
|
|
|
exit(cli.nominatim(osm2pgsql_path=None))
|