fix: schemas + states

This commit is contained in:
2026-04-08 19:35:23 +07:00
parent 930fabc028
commit 1be4770afd
6 changed files with 58 additions and 0 deletions

6
states/buy.py Normal file
View File

@@ -0,0 +1,6 @@
from aiogram.fsm.state import StatesGroup, State
class SubscriptionStorage(StatesGroup):
devices = State()
duration = State()