Files
Aether/_deprecated_py_src/plugins/cache/__init__.py

6 lines
80 B
Python
Raw Normal View History

2025-12-10 20:52:44 +08:00
"""缓存插件包"""
from .base import CachePlugin
__all__ = ["CachePlugin"]