Files
multiAgentTry/backend/app/services/__init__.py
T

5 lines
117 B
Python
Raw Normal View History

2026-03-09 17:32:11 +08:00
"""Services Package"""
from .storage import StorageService, get_storage
__all__ = ["StorageService", "get_storage"]