This commit is contained in:
2026-01-01 23:14:56 +03:00
parent ead8fbe1a0
commit cfc4467b56
8 changed files with 90 additions and 12 deletions
@@ -0,0 +1,5 @@
from aiogram.fsm.state import State, StatesGroup
class UserMenuSG(StatesGroup):
main = State()