Files
Fulfillment-Backend/marketplaces/yandex/core.py
2024-09-01 21:45:24 +03:00

7 lines
164 B
Python

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