fix: tests, imports

This commit is contained in:
2025-10-11 19:37:23 +03:00
parent e481ee8775
commit 2b76bea318
5 changed files with 26 additions and 9 deletions
+5 -3
View File
@@ -1,3 +1,5 @@
from argenta.app.models import App as App
from argenta.orchestrator.entity import Orchestrator as Orchestrator
from argenta.router.entity import Router as Router
__all__ = ["App", "Orchestrator", "Router"]
from argenta.orchestrator.entity import Orchestrator, App
from argenta.router.entity import Router
+2 -3
View File
@@ -1,5 +1,4 @@
__all__ = [
"ArgParser",
]
__all__ = ["ArgParser", "Orchestrator"]
from argenta.orchestrator.argparser.entity import ArgParser
from argenta.orchestrator.entity import Orchestrator
+1 -1
View File
@@ -1,4 +1,4 @@
from argenta.app import App
from argenta.app.models import App
from argenta.orchestrator.argparser import ArgParser
from argenta.orchestrator.argparser.entity import ArgSpace