from flask import Blueprint bp = Blueprint('contribute', __name__) from . import routes