Removed old plugin system
This commit is contained in:
parent
a77ed8e273
commit
45c8d2b47f
7 changed files with 1 additions and 435 deletions
|
|
@ -1,17 +0,0 @@
|
|||
__all__ = [
|
||||
"module_from_file",
|
||||
"load_plugin_class",
|
||||
"load_plugin_module",
|
||||
"class_from_map",
|
||||
"PluginLoader",
|
||||
"MicroscopePlugin",
|
||||
]
|
||||
|
||||
from .loader import (
|
||||
module_from_file,
|
||||
load_plugin_class,
|
||||
load_plugin_module,
|
||||
class_from_map,
|
||||
PluginLoader,
|
||||
MicroscopePlugin,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue