blob: d1733a87b13c3b8378191c162d63f239859b80e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
"""
plugins/
LabUI plugin system. Each plugin lives in its own subdirectory:
plugins/
my_plugin/
manifest.json — plugin metadata
plugin.py — LabPlugin subclass
... — any other files
"""
|