get plugin func

This commit is contained in:
yanyongyu
2020-11-21 18:33:35 +08:00
committed by pull[bot]
parent e5213eb95a
commit 1aba139136
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]:
...