nopaque/app/profile/__init__.py

6 lines
99 B
Python
Raw Normal View History

from flask import Blueprint
profile = Blueprint('profile', __name__)
2020-03-27 11:06:11 +00:00
from . import views # noqa