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

from services.storage.factory import create_storage_backend

__all__ = ["create_storage_backend"]