add dialog for events_list

This commit is contained in:
2025-09-25 21:51:46 +03:00
parent 91f247c8b4
commit 5982351dd2
5 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
from aiogram.fsm.state import State, StatesGroup
class EventsSG(StatesGroup):
events_list = State()
event = State()