Skip to content
Snippets Groups Projects
__init__.py 88 B
from flask import Blueprint


bp = Blueprint('errors', __name__)
from . import handlers