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