from flask import abort from . import bp @bp.route('/transkribus_htr_pipeline_models') def transkribus_htr_pipeline_models(): return abort(503)