nopaque/web/app/auth/__init__.py
2020-06-05 14:42:04 +02:00

6 lines
93 B
Python

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