dash-stack/dash/profile/__init__.py

5 lines
90 B
Python

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