dash-stack/dash/auth/__init__.py

5 lines
84 B
Python

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