IMAGE / services /storage /__init__.py
cjovs
Deploy chatgpt2api with bucket mounted at /app/data
66a73ac
Raw
History Blame Contribute Delete
134 Bytes
from __future__ import annotations
from services.storage.factory import create_storage_backend
__all__ = ["create_storage_backend"]