product management, unification of kb and so on.
This commit is contained in:
10
dto/control.py
Normal file
10
dto/control.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
from aiogram.types import Message
|
||||
|
||||
|
||||
@dataclass
|
||||
class EditProductContext:
|
||||
product_id: int
|
||||
mode: str
|
||||
msg: Message
|
||||
Reference in New Issue
Block a user