From 34ebe55531b7cdb4246a81c4d97564c06ecf2ccc Mon Sep 17 00:00:00 2001 From: kolo Date: Sun, 13 Apr 2025 14:39:53 +0300 Subject: [PATCH] first steps --- argenta/orchestrator/__init__.py | 0 argenta/orchestrator/entity.py | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 argenta/orchestrator/__init__.py create mode 100644 argenta/orchestrator/entity.py 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