# Examples from pyvista.examples.downloads.download_file
# ======================================================

# Download the `'puppy.jpg'` image.
from pyvista import examples
path = examples.download_file('puppy.jpg')
path

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

