__init__.py 137 Bytes Edit Raw Blame History 1 2 3 4 5 from flask import Blueprint bp = Blueprint('errors', __name__, url_prefix='/auth', template_folder='templates') from . import handlers