This commit is contained in:
2026-01-03 23:04:34 +03:00
parent d5130d61c9
commit 15e3815f71
3 changed files with 124 additions and 2 deletions
@@ -7,6 +7,8 @@ class UserMenuSG(StatesGroup):
test_detail = State()
edit_name = State()
edit_group = State()
my_results = State()
result_detail = State()
class UserTestSG(StatesGroup):