Olympus/backend/hermes/app/storage/__init__.py
2026-07-03 18:11:58 +02:00

3 lines
121 B
Python

from app.storage.service import StorageService, get_storage_service
__all__ = ["StorageService", "get_storage_service"]