ai-demo/app/services/__init__.py

4 lines
97 B
Python
Raw Permalink Normal View History

2026-05-07 07:51:23 +00:00
from app.services.ai_service import ai_service, AIService
__all__ = ["ai_service", "AIService"]