diff --git a/addons/cetmix_tower_webhook/models/__init__.py b/addons/cetmix_tower_webhook/models/__init__.py new file mode 100644 index 0000000..5d94837 --- /dev/null +++ b/addons/cetmix_tower_webhook/models/__init__.py @@ -0,0 +1,9 @@ +# Copyright (C) 2025 Cetmix OÜ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import cx_tower_webhook_eval_mixin +from . import cx_tower_webhook_authenticator +from . import cx_tower_webhook_log +from . import cx_tower_webhook +from . import cx_tower_variable +from . import res_config_settings