get plugin func

This commit is contained in:
yanyongyu
2020-11-21 18:33:35 +08:00
parent 7b15d0d01f
commit 71fad44d23
3 changed files with 19 additions and 2 deletions

View File

@ -141,6 +141,10 @@ def load_builtin_plugins():
...
def get_plugin(name: str) -> Optional[Plugin]:
...
def get_loaded_plugins() -> Set[Plugin]:
...