Moved to a LabThings dependency for server

This commit is contained in:
jtc42 2020-01-17 15:13:32 +00:00
parent a1223d8b28
commit 36334ed743
65 changed files with 546 additions and 2364 deletions

View file

@ -22,8 +22,8 @@ from openflexure_microscope.paths import (
settings_file_path,
)
from openflexure_microscope.common.flask_labthings.quick import create_app
from openflexure_microscope.common.flask_labthings.extensions import find_extensions
from labthings.server.quick import create_app
from labthings.server.extensions import find_extensions
from openflexure_microscope.api.microscope import default_microscope as api_microscope