File size: 134 Bytes
c47ec10
 
 
 
 
1
2
3
4
5
6
from __future__ import annotations

from services.storage.factory import create_storage_backend

__all__ = ["create_storage_backend"]