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