Last active
September 8, 2025 19:15
-
-
Save bswrundquist/c5edbd7503a9f4662eea5ca2c692f5e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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