e612d7f
1
2
3
4
5
6
from flask import Blueprint bp = Blueprint('errors', __name__) from app.errors import handlers