7 lines
136 B
Python
7 lines
136 B
Python
from aiogram.fsm.state import StatesGroup, State
|
|
|
|
|
|
class SubscriptionStorage(StatesGroup):
|
|
devices = State()
|
|
duration = State()
|