nopaque/app/auth/__init__.py
2019-07-04 15:17:51 +02:00

6 lines
85 B
Python

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