cookiecutter-wuttaweb/hooks/pre_prompt.py
Lance Edgar 34fe32af6b fix: format all code with black
and from now on should not deviate from that...
2025-08-31 13:09:14 -05:00

7 lines
288 B
Python

import rich
rich.print("\n\t[blue]Welcome to Wutta Framework[/blue]")
rich.print("\n\tThis tool will generate initial project code for a new web app.")
rich.print("\n\tYou will be asked questions about yourself (the author), and")
rich.print("\tthe project naming and license.")
print()