diff --git a/argenta/orchestrator/__init__.py b/argenta/orchestrator/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/argenta/orchestrator/entity.py b/argenta/orchestrator/entity.py new file mode 100644 index 0000000..6f84093 --- /dev/null +++ b/argenta/orchestrator/entity.py @@ -0,0 +1,2 @@ +class Orchestrator: + pass \ No newline at end of file