First commit
This commit is contained in:
10
bot/states/new_states.py
Normal file
10
bot/states/new_states.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# bot/states/new_states.py
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
__all__ = ("NewStates",)
|
||||
|
||||
class NewStates(StatesGroup):
|
||||
role: State = State()
|
||||
sorol: State = State()
|
||||
code_phrase: State = State()
|
||||
rules: State = State()
|
||||
Reference in New Issue
Block a user