1 2 3 4 5
from flask import Blueprint bp = Blueprint('errors', __name__, url_prefix='/auth', template_folder='templates') from . import handlers