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