nopaque/app/profile/__init__.py

6 lines
95 B
Python
Raw Normal View History

2022-11-29 15:46:33 +00:00
from flask import Blueprint
bp = Blueprint('profile', __name__)
from . import routes # noqa