dash-stack/dash/security/__init__.py

5 lines
92 B
Python

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