Files
FascioSchoolBot/app/bot/dialogs/flows/profile/states.py
2025-09-27 10:56:32 +03:00

7 lines
155 B
Python

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