CHATSAM / services /storage /__init__.py
QykXczj
feat(storage): add pluggable storage backend system with multiple implementations
003b918
Raw
History Blame Contribute Delete
134 Bytes
from __future__ import annotations
from services.storage.factory import create_storage_backend
__all__ = ["create_storage_backend"]