update
This commit is contained in:
7
backend/app/services/storage/__init__.py
Normal file
7
backend/app/services/storage/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# src/services/storage/__init__.py
|
||||
"""存储服务"""
|
||||
|
||||
from .milvus_client import MilvusClient
|
||||
from .minio_client import MinIOClient
|
||||
|
||||
__all__ = ["MilvusClient", "MinIOClient"]
|
||||
Reference in New Issue
Block a user