honcho-api / src /cache /__init__.py
rrizwan98
Honcho self-hosted deployment for HF Spaces
66227af
Raw
History Blame Contribute Delete
150 Bytes
"""Cache module for Honcho."""
from src.cache.client import (
close_cache,
init_cache,
)
__all__ = [
"close_cache",
"init_cache",
]