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

5 lines
117 B
Python

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