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