__init__.py 137 Bytes
from flask import Blueprint

bp = Blueprint('errors', __name__, url_prefix='/auth', template_folder='templates')

from . import handlers