old_01
This commit is contained in:
11
doners/Shop-bot/states/product_state.py
Normal file
11
doners/Shop-bot/states/product_state.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from aiogram.dispatcher.filters.state import StatesGroup, State
|
||||
|
||||
class ProductState(StatesGroup):
|
||||
title = State()
|
||||
body = State()
|
||||
image = State()
|
||||
price = State()
|
||||
confirm = State()
|
||||
|
||||
class CategoryState(StatesGroup):
|
||||
title = State()
|
||||
Reference in New Issue
Block a user