from flask import Blueprint bp = Blueprint('profile', __name__) from . import routes # noqa