Restructured labthings
This commit is contained in:
parent
206dd521ec
commit
a8a3cafa97
39 changed files with 275 additions and 269 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from openflexure_microscope.common.labthings.find import find_device
|
||||
from openflexure_microscope.common.labthings.plugins import BasePlugin
|
||||
from openflexure_microscope.common.flask_labthings.find import find_device
|
||||
from openflexure_microscope.common.flask_labthings.plugins import BasePlugin
|
||||
from openflexure_microscope.microscope import Microscope
|
||||
|
||||
from openflexure_microscope.devel import JsonResponse, request, jsonify, taskify, abort
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ from typing import Tuple
|
|||
from functools import reduce
|
||||
|
||||
from openflexure_microscope.camera.base import generate_basename
|
||||
from openflexure_microscope.common.labthings.find import find_device, find_plugin
|
||||
from openflexure_microscope.common.labthings.plugins import BasePlugin
|
||||
from openflexure_microscope.common.flask_labthings.find import find_device, find_plugin
|
||||
from openflexure_microscope.common.flask_labthings.plugins import BasePlugin
|
||||
|
||||
from openflexure_microscope.devel import (
|
||||
JsonResponse,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue