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