9 lines
117 B
Python
9 lines
117 B
Python
"""
|
|
Caching layer for the COBY system.
|
|
"""
|
|
|
|
from .redis_manager import RedisManager
|
|
|
|
__all__ = [
|
|
'RedisManager'
|
|
] |