This commit is contained in:
2025-04-27 21:20:44 +03:00
parent 106ca058be
commit 408450ec12
6 changed files with 30 additions and 44 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