from flask import Blueprint bp = Blueprint('errors', __name__, url_prefix='/auth', template_folder='templates') from . import handlers