nopaque/app/auth/__init__.py
2021-07-20 15:07:42 +02:00

6 lines
85 B
Python

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