]> git.openstreetmap.org Git - nominatim.git/blob - src/nominatim_api/v1/__init__.py
use custom result formatters in CLI commands
[nominatim.git] / src / nominatim_api / v1 / __init__.py
1 # SPDX-License-Identifier: GPL-3.0-or-later
2 #
3 # This file is part of Nominatim. (https://nominatim.org)
4 #
5 # Copyright (C) 2024 by the Nominatim developer community.
6 # For a full list of authors see the git log.
7 """
8 Implementation of API version v1 (aka the legacy version).
9 """
10
11 #pylint: disable=useless-import-alias
12
13 from .server_glue import ROUTES as ROUTES