fix: schemas + states
This commit is contained in:
6
states/buy.py
Normal file
6
states/buy.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from aiogram.fsm.state import StatesGroup, State
|
||||
|
||||
|
||||
class SubscriptionStorage(StatesGroup):
|
||||
devices = State()
|
||||
duration = State()
|
||||
Reference in New Issue
Block a user