mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
6 lines
80 B
Python
6 lines
80 B
Python
|
|
"""缓存插件包"""
|
||
|
|
|
||
|
|
from .base import CachePlugin
|
||
|
|
|
||
|
|
__all__ = ["CachePlugin"]
|