Files
FascioSchoolBot/app/bot/dialogs/flows/user/profile/states.py
2025-09-25 20:48:39 +03:00

9 lines
211 B
Python

from aiogram.fsm.state import State, StatesGroup
class UserProfileSG(StatesGroup):
profile = State()
change_name = State()
input_name = State()
change_phone = State()
change_phone = State()