текущая версия (рабочая)

This commit is contained in:
N8N
2026-09-04 15:10:24 +03:00
commit 161fd6576b
31 changed files with 3420 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from app.services.gpt import GPTClient
from app.services.ozon import OzonClient
from app.services.stats import StatsService
from app.services.wb import WildberriesClient
__all__ = ["OzonClient", "WildberriesClient", "GPTClient", "StatsService"]