merge user, admin and common dialogs to one folder
This commit is contained in:
9
app/bot/dialogs/flows/profile/states.py
Normal file
9
app/bot/dialogs/flows/profile/states.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
|
||||
class ProfileSG(StatesGroup):
|
||||
profile = State()
|
||||
change_name = State()
|
||||
input_name = State()
|
||||
change_phone = State()
|
||||
change_phone = State()
|
||||
Reference in New Issue
Block a user