3 lines
121 B
Python
3 lines
121 B
Python
from app.storage.service import StorageService, get_storage_service
|
|
|
|
__all__ = ["StorageService", "get_storage_service"]
|