epicyon/datashards/stores/__init__.py

5 lines
256 B
Python

from .base import StoreError, BaseStore, GetStore, PutStore, CatalogStore, UsedStore, FreeupStore
from .memorystore import MemoryStore
from .filestore import FileStore
from .remotemagencstore import RemoteMagencStore
from .fizzgig import RemoteFizzgigStore