From 57e35ce0c26ee36f0345e6adf00ea3f63e7235f0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Apr 2024 16:38:25 +0200 Subject: ✨ Imports groups - form: new import group MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/models.py') 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", -- cgit v1.2.3