1 2 3 4 5 6 7
# -*- coding: utf-8 -*- from flask import Blueprint bp = Blueprint("errors", __name__) from app.errors import handlers