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