File: pep721example1.py

package info (click to toggle)
python-nox 2025.11.12-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,880 kB
  • sloc: python: 10,199; makefile: 204; sh: 6
file content (7 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
5
6
7
# /// script
# dependencies = ["rich"]
# ///

import rich

rich.print("[blue]This worked!")