Files
FascioSchoolBot/app/bot/dialogs/flows/user/start/states.py
2025-09-25 13:22:14 +03:00

5 lines
98 B
Python

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