6 lines
120 B
Python
6 lines
120 B
Python
"""测试插件动作模块"""
|
|
|
|
# 导入所有动作模块以确保装饰器被执行
|
|
from . import pic_action # noqa
|
|
|