Add comment

This commit is contained in:
Richard Chien 2019-01-03 20:04:31 +08:00
parent 17ce1e8e67
commit 2e2ac2304c

View File

@ -73,4 +73,9 @@ def load_builtin_plugins() -> int:
def get_loaded_plugins() -> Set[Plugin]:
"""
Get all plugins loaded.
:return: a set of Plugin objects
"""
return _plugins