⚗️ add new builtin plugin

This commit is contained in:
yanyongyu
2021-01-25 18:15:25 +08:00
parent 853b797cd9
commit f8304406c5
4 changed files with 23 additions and 3 deletions

View File

@ -168,7 +168,7 @@ def load_plugins(*plugin_dir: str) -> Set[Plugin]:
...
def load_builtin_plugins():
def load_builtin_plugins(name: str = ...):
...