first commit
This commit is contained in:
8
bot/states/client_states.py
Normal file
8
bot/states/client_states.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# Aiogram imports
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
|
||||
class MainStates(StatesGroup):
|
||||
|
||||
main = State()
|
||||
waiting_amount = State()
|
||||
Reference in New Issue
Block a user