6 lines
128 B
Python
6 lines
128 B
Python
from fastapi import APIRouter
|
|
|
|
router = APIRouter(prefix="/api/ozon", tags=["ozon"])
|
|
|
|
# Phase 3: Ozon Seller API product upload
|