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