openflexure-microscope-server/openflexure_microscope/api/dev_extensions/__init__.py
2020-11-30 16:41:39 +00:00

3 lines
89 B
Python

from .tools import devtools_extension_v2
LABTHINGS_EXTENSIONS = [devtools_extension_v2]