diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 6cc31216c..607184e41 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -120,6 +120,7 @@ from ishtar_common.models_imports import ( TargetKey, FormaterType, Import, + ImportGroup, TargetKeyGroup, ValueFormater, ItemKey, @@ -177,6 +178,7 @@ __all__ = [ "ImporterModel", "ImporterType", "ImporterGroup", + "ImportGroup", "ImporterGroupImporter", "ImporterDefault", "ImporterDefaultValues", |