mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
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))
|