Skip to content

Instantly share code, notes, and snippets.

@bswrundquist
Last active September 8, 2025 19:15
Show Gist options
  • Select an option

  • Save bswrundquist/c5edbd7503a9f4662eea5ca2c692f5e0 to your computer and use it in GitHub Desktop.

Select an option

Save bswrundquist/c5edbd7503a9f4662eea5ca2c692f5e0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env -S uv run --script
# /// script
# dependencies = ["rich", "pydantic"]
# ///
from pydantic import BaseModel
print(BaseModel)
print("Hello via shebang")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment