From c1630f91e68bc8e777668106abc2aef09dbc3754 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 11 Dec 2018 17:20:27 +0000 Subject: [PATCH] Include plugins blueprints --- openflexure_microscope/api/v1/blueprints/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/api/v1/blueprints/__init__.py b/openflexure_microscope/api/v1/blueprints/__init__.py index 5bee2fc7..f987ef03 100644 --- a/openflexure_microscope/api/v1/blueprints/__init__.py +++ b/openflexure_microscope/api/v1/blueprints/__init__.py @@ -1 +1 @@ -from . import camera, stage, base +from . import camera, stage, base, plugins