This commit is contained in:
2026-01-29 02:22:48 +03:00
parent 9aa99352fe
commit 107530a4b1
7 changed files with 209 additions and 145 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ from argenta.app.dividing_line.models import DynamicDividingLine
from mock.mock_app.routers import work_router
app: App = App(
dividing_line=StaticDividingLine('~'),
prompt=HTML('\n<blink>>>></blink>')
dividing_line=StaticDividingLine('~')
)
orchestrator: Orchestrator = Orchestrator()