X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f8bca4fbcb739daa6a89dd52c219713dd1173287..d42e2e391f1e0ac252f8251561d984a72bd3b1ff:/nominatim/api/__init__.py diff --git a/nominatim/api/__init__.py b/nominatim/api/__init__.py index 0a91e281..794cd96c 100644 --- a/nominatim/api/__init__.py +++ b/nominatim/api/__init__.py @@ -23,7 +23,6 @@ from .types import (PlaceID as PlaceID, Point as Point, Bbox as Bbox, GeometryFormat as GeometryFormat, - LookupDetails as LookupDetails, DataLayer as DataLayer) from .results import (SourceTable as SourceTable, AddressLine as AddressLine, @@ -32,5 +31,7 @@ from .results import (SourceTable as SourceTable, WordInfos as WordInfos, DetailedResult as DetailedResult, ReverseResult as ReverseResult, - ReverseResults as ReverseResults) + ReverseResults as ReverseResults, + SearchResult as SearchResult, + SearchResults as SearchResults) from .localization import (Locales as Locales)