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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index b011e541f..6cc31216c 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -109,6 +109,8 @@ from ishtar_common.model_merging import merge_model_objects
from ishtar_common.models_imports import (
ImporterModel,
ImporterType,
+ ImporterGroup,
+ ImporterGroupImporter,
ImporterDefault,
ImporterDefaultValues,
ImporterColumn,
@@ -174,6 +176,8 @@ from ishtar_common.models_common import (
__all__ = [
"ImporterModel",
"ImporterType",
+ "ImporterGroup",
+ "ImporterGroupImporter",
"ImporterDefault",
"ImporterDefaultValues",
"ImporterColumn",