epicyon/datashards/stores/__init__.py

5 lines
256 B
Python
Raw Normal View History

2021-06-10 19:53:26 +00:00
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