newsreport_agent_for_traffic/rag/__init__.py

7 lines
95 B
Python
Raw Normal View History

2026-05-09 10:46:52 +08:00
"""
RAG模块初始化
"""
from .rag_processor import RAGProcessor
__all__ = ['RAGProcessor']