From cf659b5de217099afe3615e418cdf86786b33b79 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Mon, 27 Mar 2023 14:54:29 +0200 Subject: [PATCH] added missing __init__.py's --- geant_service_orchestrator/products/product_blocks/__init__.py | 0 geant_service_orchestrator/products/product_types/__init__.py | 0 geant_service_orchestrator/workflows/trunk/__init__.py | 0 geant_service_orchestrator/workflows/trunk_config/__init__.py | 0 .../workflows/trunk_config_common/__init__.py | 0 .../workflows/trunk_config_side/__init__.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 geant_service_orchestrator/products/product_blocks/__init__.py create mode 100644 geant_service_orchestrator/products/product_types/__init__.py create mode 100644 geant_service_orchestrator/workflows/trunk/__init__.py create mode 100644 geant_service_orchestrator/workflows/trunk_config/__init__.py create mode 100644 geant_service_orchestrator/workflows/trunk_config_common/__init__.py create mode 100644 geant_service_orchestrator/workflows/trunk_config_side/__init__.py diff --git a/geant_service_orchestrator/products/product_blocks/__init__.py b/geant_service_orchestrator/products/product_blocks/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/geant_service_orchestrator/products/product_types/__init__.py b/geant_service_orchestrator/products/product_types/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/geant_service_orchestrator/workflows/trunk/__init__.py b/geant_service_orchestrator/workflows/trunk/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/geant_service_orchestrator/workflows/trunk_config/__init__.py b/geant_service_orchestrator/workflows/trunk_config/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/geant_service_orchestrator/workflows/trunk_config_common/__init__.py b/geant_service_orchestrator/workflows/trunk_config_common/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/geant_service_orchestrator/workflows/trunk_config_side/__init__.py b/geant_service_orchestrator/workflows/trunk_config_side/__init__.py new file mode 100644 index 00000000..e69de29b -- GitLab