nopaque/app/auth/__init__.py
2020-03-27 12:06:11 +01:00

6 lines
93 B
Python

from flask import Blueprint
auth = Blueprint('auth', __name__)
from . import views # noqa