Files
FascioSchoolBot/app/bot/dialogs/flows/profile/states.py

9 lines
207 B
Python

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