⚗️ add load all plugin function

This commit is contained in:
yanyongyu
2021-02-19 15:15:46 +08:00
parent f26fb9d6fb
commit be674c0efc
6 changed files with 95 additions and 34 deletions

View File

@ -176,6 +176,11 @@ def load_plugins(*plugin_dir: str) -> Set[Plugin]:
...
def load_all_plugins(module_path: Set[str],
plugin_dir: Set[str]) -> Set[Plugin]:
...
def load_builtin_plugins(name: str = ...):
...