Scaffolded API v2

This commit is contained in:
Joel Collins 2019-11-14 11:48:13 +00:00
parent 5c3b11f4ce
commit 5aa783c269
7 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
from flask import Blueprint
from . import capture, record, preview, function
from . import capture, preview, function
def construct_blueprint(microscope_obj):