feat: a lot of a lot

This commit is contained in:
2024-09-01 21:45:24 +03:00
parent 4ae03284a3
commit 6ad78df35d
12 changed files with 270 additions and 62 deletions

View File

@@ -21,5 +21,9 @@ class BaseMarketplaceController(ABC):
self.session = session
@abstractmethod
async def synchronize_products(self):
async def create_products(self):
pass
@abstractmethod
async def synchronize_products(self):
pass