Improve AI logic
This commit is contained in:
9
services/ai_insights/app/repositories/__init__.py
Normal file
9
services/ai_insights/app/repositories/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Repositories for AI Insights Service."""
|
||||
|
||||
from app.repositories.insight_repository import InsightRepository
|
||||
from app.repositories.feedback_repository import FeedbackRepository
|
||||
|
||||
__all__ = [
|
||||
"InsightRepository",
|
||||
"FeedbackRepository",
|
||||
]
|
||||
Reference in New Issue
Block a user