I am trying to integrate a Python tool that requires running a Python binary, and see that Python.Uv has a run function that automatically downloads the uv binary if it is not available. So I propose to expose the Python.Uv.run! function so the user can execute any Python binary that is defined within the pyproject.toml.