API base --> core

This commit is contained in:
2025-10-12 17:01:27 +02:00
parent 7c09aac013
commit ba2a15d46b
21 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
import os
from typing import Any
import requests
from app.api.base.markets import ProductInfo, MarketWrapper, Price
from app.api.core.markets import ProductInfo, MarketWrapper, Price
def extract_product(asset_data: dict[str, Any]) -> ProductInfo: