Moved task routes into base labthing
This commit is contained in:
parent
f2af359b8b
commit
1047257242
21 changed files with 123 additions and 1481 deletions
5
openflexure_microscope/api/v2/views/__init__.py
Normal file
5
openflexure_microscope/api/v2/views/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from .actions import enabled_root_actions
|
||||
from .captures import *
|
||||
from .state import *
|
||||
from .streams import *
|
||||
from .tasks import *
|
||||
Loading…
Add table
Add a link
Reference in a new issue