summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 2bd983906..870cce90b 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -145,6 +145,8 @@ from ishtar_common.models_common import (
DynamicRequest,
GeoItem,
GeoDataType,
+ GeoOriginType,
+ GeoProviderType,
GeoVectorData,
CompleteIdentifierItem,
SearchVectorConfig,
@@ -204,6 +206,9 @@ __all__ = [
"State",
"CompleteIdentifierItem",
"GeoVectorData",
+ "GeoDataType",
+ "GeoOriginType",
+ "GeoProviderType",
]
logger = logging.getLogger(__name__)