I've put the feature flag in `openflexure_microscope_server.things.__init__` so that we only need it once, rather than next to every Thing definition. I decided it was better here than, for example, in the server or cli modules because this way we still get the feature flags even if the Things are served from a different LabThings server. |
||
|---|---|---|
| .. | ||
| server | ||
| things | ||
| __init__.py | ||
| logging.py | ||
| scan_directories.py | ||
| scan_planners.py | ||
| stitching.py | ||
| ui.py | ||
| utilities.py | ||