mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
fix: tests, imports
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
__all__ = [
|
||||
"ArgParser",
|
||||
]
|
||||
__all__ = ["ArgParser", "Orchestrator"]
|
||||
|
||||
from argenta.orchestrator.argparser.entity import ArgParser
|
||||
from argenta.orchestrator.entity import Orchestrator
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user