nopaque/app/profile/__init__.py

6 lines
95 B
Python
Raw Normal View History

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