1 # SPDX-License-Identifier: GPL-3.0-or-later
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 Module for forward search.
10 # pylint: disable=useless-import-alias
12 from .geocoder import (ForwardGeocoder as ForwardGeocoder)
13 from .query import (Phrase as Phrase,
14 PhraseType as PhraseType)
15 from .query_analyzer_factory import (make_query_analyzer as make_query_analyzer)