pretty gifff

This commit is contained in:
2026-01-15 02:02:50 +03:00
parent cd3dd10d11
commit 0f8b1c05fc
12 changed files with 36 additions and 51 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
# main.py
from argenta import App, Orchestrator
from argenta.app import DynamicDividingLine
from .routers import router
app: App = App()
app: App = App(prompt='>>> ', dividing_line=DynamicDividingLine('~'))
orchestrator: Orchestrator = Orchestrator()
def main() -> None: