diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-12-26 15:44:17 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-05 10:51:46 +0100 |
commit | 30e04c4bb8b2359ade60979a6e365b87d696bd40 (patch) | |
tree | dc55fac3c313baf723e1d0a94629124efb89f50a /ishtar_common/models.py | |
parent | 6e755a2dd02d4b04a85a9f261fa40308b0a9a5c6 (diff) | |
download | Ishtar-30e04c4bb8b2359ade60979a6e365b87d696bd40.tar.bz2 Ishtar-30e04c4bb8b2359ade60979a6e365b87d696bd40.zip |
✨ Imports groups - form: new import group
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", |