feat(storage): add local storage framework
This commit is contained in:
parent
228da8f814
commit
964b545bc5
24 changed files with 890 additions and 98 deletions
3
backend/hermes/app/storage/__init__.py
Normal file
3
backend/hermes/app/storage/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from app.storage.service import StorageService, get_storage_service
|
||||
|
||||
__all__ = ["StorageService", "get_storage_service"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue