from aiogram.fsm.state import State, StatesGroup class SubscriptionStorage(StatesGroup): devices = State() duration = State() checkout = State()