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 Implementation of API version v1 (aka the legacy version).
11 import nominatim.api.v1.format as _format
13 list_formats = _format.dispatch.list_formats
14 supports_format = _format.dispatch.supports_format
15 format_result = _format.dispatch.format_result