from openflexure_microscope.api.v1.views import MicroscopeView from openflexure_microscope.api.utilities import JsonPayload from flask import Response, Blueprint, jsonify, request, abort, url_for, redirect, send_file class OverlayAPI(MicroscopeView): def get(self): """ Get overlay text .. :quickref: Overlay; Get camera overlay text :>header Accept: application/json :
header Accept: application/json :