product management, unification of kb and so on.

This commit is contained in:
2026-02-24 20:47:52 +07:00
parent 36ffca460f
commit 035170e46f
23 changed files with 470 additions and 130 deletions

10
dto/control.py Normal file
View File

@@ -0,0 +1,10 @@
from dataclasses import dataclass
from aiogram.types import Message
@dataclass
class EditProductContext:
product_id: int
mode: str
msg: Message