Updated docs to include plugins

This commit is contained in:
Joel Collins 2018-11-23 17:34:20 +00:00
parent 2ef6395be2
commit 034a45e400
6 changed files with 21 additions and 3 deletions

View file

@ -1 +1,3 @@
__all__ = ['search_plugin_dirs', 'find_plugins', 'load_plugin', 'PluginMount', 'MicroscopePlugin']
from .loader import search_plugin_dirs, find_plugins, load_plugin, PluginMount, MicroscopePlugin