# -*- coding: utf-8 -*- # Author: G.J.J. van den Burg # License: See LICENSE file # Copyright: 2020 (c) The Alan Turing Institute from flask import Blueprint bp = Blueprint("errors", __name__) from app.errors import handlers