product management, unification of kb and so on.
This commit is contained in:
@@ -10,3 +10,11 @@ class CheckoutStorage(StatesGroup):
|
||||
|
||||
class PaymentStorage(StatesGroup):
|
||||
refresh = State()
|
||||
|
||||
|
||||
class SearchStorage(StatesGroup):
|
||||
query = State()
|
||||
|
||||
|
||||
class AdminControlStorage(StatesGroup):
|
||||
edit_product = State()
|
||||
|
||||
Reference in New Issue
Block a user