Arthur Passuello
initial commit
5e1a30c
"""Caching implementations for the modular embedder."""
from .memory_cache import MemoryCache
__all__ = ['MemoryCache']