from flask import Blueprint


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