#uv and #uvx are great tools, but they modifies and sometimes break #python executables if those contain "from __future__" imports. This also affected #bottlepy, but there is a workaround: https://github.com/astral-sh/uv/issues/6489#issuecomment-2973748865
You can now use bottle with uvx again (e.g. `uvx bottle --help`)