nopaque/app/auth/__init__.py
2019-11-12 13:36:22 +01:00

6 lines
85 B
Python

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