Files
Fulfillment-Backend/marketplaces/yandex/core.py
2024-09-01 01:05:11 +03:00

7 lines
169 B
Python

from marketplaces.base.core import BaseMarketplaceController
class YandexController(BaseMarketplaceController):
async def synchronize_products(self):
pass