Files
eryao/backend/src/services/caches/__init__.py
T

5 lines
117 B
Python
Raw Normal View History

from .factory import get_cache_store
from .interfaces import CacheStore
__all__ = ["CacheStore", "get_cache_store"]