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

7 lines
167 B
Python

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