mirror of
https://github.com/koloideal/Quizzi.git
synced 2026-06-10 18:35:28 +03:00
Initial commit
This commit is contained in:
@@ -3,6 +3,7 @@ from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
class UserMenuSG(StatesGroup):
|
||||
main = State()
|
||||
available_tests = State()
|
||||
edit_name = State()
|
||||
edit_group = State()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user