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