ShiErFeng/shierfeng-fastapi-backend/cli/runtime/cache/__init__.py
2026-07-24 09:43:10 +08:00

4 lines
108 B
Python

from .service import CACHE_RUNTIME, CacheRuntimeService
__all__ = ['CACHE_RUNTIME', 'CacheRuntimeService']