DEBSOURCES
Skip Quicknav
sources / python-nox / 2025.11.12-1 / tests / resources / pep721example1.py
1234567
# /// script # dependencies = ["rich"] # /// import rich rich.print("[blue]This worked!")