from aiogram.fsm.state import StatesGroup, State class CheckoutStorage(StatesGroup): name = State() phone = State() address = State()