from aiogram.fsm.state import State, StatesGroup class AdminStartSG(StatesGroup): start = State()