new tests

This commit is contained in:
2025-04-27 14:11:01 +03:00
parent b5ddfb3b35
commit 106ca058be
6 changed files with 14 additions and 36 deletions
+2 -2
View File
@@ -9,14 +9,14 @@ work_router: Router = Router(title='Work points:')
console = Console()
@work_router.command(Command('get', 'Get Help', aliases=['help', 'Get_help']))
'''@work_router.command(Command('get', 'Get Help', aliases=['help', 'Get_help']))
def command_help():
pass
@work_router.command(Command('run', 'Run All'))
def command_start_solving():
pass
pass'''