Files
FascioSchoolBot/app/bot/dialogs/flows/user/start/states.py
2025-09-25 20:48:39 +03:00

5 lines
102 B
Python

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