This commit is contained in:
2025-10-20 16:38:17 +03:00
parent 6fa431a27a
commit 9ac24926af
13 changed files with 1490 additions and 70 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
from argenta.command import Command, PredefinedFlags, Flags, Flag, PossibleValues
from argenta.response import Response
from argenta import Router
from argenta.router.defaults import system_router
work_router: Router = Router(title="Work points:", disable_redirect_stdout=True)
@@ -20,6 +21,6 @@ def command_help(response: Response):
response.update_data({"data": [_ for _ in range(9999999)]})
@work_router.command("run")
@system_router.command("run")
def command_start_solving(response: Response):
print(response.get_data())