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