def image()

in app.py [0:0]


def image(path):
    return send_from_directory(os.path.join("opbeans", "static", "build", "images"), path)