add dialog for events_list
This commit is contained in:
6
app/bot/dialogs/flows/events/states.py
Normal file
6
app/bot/dialogs/flows/events/states.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
|
||||
class EventsSG(StatesGroup):
|
||||
events_list = State()
|
||||
event = State()
|
||||
Reference in New Issue
Block a user