mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
docs
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user