Implemented root API v2 routes

This commit is contained in:
jtc42 2019-11-14 16:33:00 +00:00
parent 5aa783c269
commit 6581612312
27 changed files with 1205 additions and 148 deletions

View file

@ -3,7 +3,7 @@ __all__ = [
"load_plugin_class",
"load_plugin_module",
"class_from_map",
"PluginMount",
"PluginLoader",
"MicroscopePlugin",
]
@ -12,6 +12,6 @@ from .loader import (
load_plugin_class,
load_plugin_module,
class_from_map,
PluginMount,
PluginLoader,
MicroscopePlugin,
)