6 ms·
#!uv run # /// script # requires-python = ">=3.10" # dependencies = [ # "click>8", # "rich", # ] # /// and that's it
by wizzard0 2y ago
#!uv run
# /// script
# requires-python = ">=3.10"
# dependencies = [
# "click>8",
# "rich",
# ]
# ///
and that's it
- amelius 2y agoCool. I wasn't sure it would skip the first comment line.