feat: вфыв

This commit is contained in:
2024-07-21 10:56:59 +03:00
parent 6b09251141
commit 7c10d8777e
26 changed files with 497 additions and 43 deletions

View File

@@ -0,0 +1,7 @@
from enum import StrEnum
class BaseMarketplace(StrEnum):
WILDBERRIES = 'wb'
OZON = 'ozon'
YANDEX_MARKET = 'ym'