AIService wraps both Anthropic Claude and OpenAI APIs for product content generation. ImageProcessor handles EXIF geo-tagging with company info and GPS coordinates using piexif. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
119 B
Python
4 lines
119 B
Python
from .woo_api_client import WooApiClient
|
|
from .ai_service import AIService
|
|
from .image_processor import ImageProcessor
|