mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 07:24:34 +01:00
6 lines
110 B
Python
6 lines
110 B
Python
"""
|
|
Cache module for Confidential Empire platform
|
|
"""
|
|
from .main import CacheModule
|
|
|
|
__all__ = ["CacheModule"] |