Files
PrimoExampleBot/bot/states/new_states.py
2025-08-30 07:39:44 +07:00

9 lines
220 B
Python

# bot/states/new_states.py
from aiogram.fsm.state import State, StatesGroup
class NewStates(StatesGroup):
role: State = State()
sorol: State = State()
code_phrase: State = State()
rules: State = State()