separated clients handlers, cart->checkout ppline
This commit is contained in:
7
misc/states.py
Normal file
7
misc/states.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from aiogram.fsm.state import StatesGroup, State
|
||||
|
||||
|
||||
class CheckoutStorage(StatesGroup):
|
||||
name = State()
|
||||
phone = State()
|
||||
address = State()
|
||||
Reference in New Issue
Block a user