Files
FascioSchoolBot/app/bot/dialogs/flows/events/states.py
2025-09-25 21:51:46 +03:00

7 lines
126 B
Python

from aiogram.fsm.state import State, StatesGroup
class EventsSG(StatesGroup):
events_list = State()
event = State()