diff --git a/addons/cetmix_tower_server/wizards/__init__.py b/addons/cetmix_tower_server/wizards/__init__.py new file mode 100644 index 0000000..c37257d --- /dev/null +++ b/addons/cetmix_tower_server/wizards/__init__.py @@ -0,0 +1,4 @@ +from . import cx_tower_command_run_wizard +from . import cx_tower_plan_run_wizard +from . import cx_tower_server_template_create_wizard +from . import cx_tower_server_host_key_wizard