fix module

This commit is contained in:
jxxghp
2023-06-19 11:17:29 +08:00
parent 9451f79cb0
commit 7248ce3105
4 changed files with 14 additions and 9 deletions

View File

@ -19,6 +19,7 @@ class _ModuleBase(metaclass=ABCMeta):
def init_setting(self) -> Tuple[str, Union[str, bool]]:
"""
模块开关设置返回开关名和开关值开关值为True时代表有值即打开不实现该方法或返回None代表不使用开关
部分模块支持同时开启多个,此时设置项以,分隔开关值使用in判断
"""
pass