mirror of
https://github.com/koloideal/Quizzi.git
synced 2026-06-10 10:25:28 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
|
||||
class AdminMenuSG(StatesGroup):
|
||||
main = State()
|
||||
users_list = State()
|
||||
users_input = State()
|
||||
user_detail = State()
|
||||
Reference in New Issue
Block a user