ForcePilot/backend/package/yuxi/knowledge/graphs/__init__.py
2026-05-31 13:40:15 +08:00

4 lines
87 B
Python

from .milvus_graph_service import MilvusGraphService
__all__ = ["MilvusGraphService"]