File: simple_print.py

package info (click to toggle)
python-questionary 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 960 kB
  • sloc: python: 3,917; makefile: 66
file content (4 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
import questionary

if __name__ == "__main__":
    questionary.print("Hello World 🦄", style="bold italic fg:darkred")