tumbo/examples/full/build/new.py

4 lines
75 B
Python

from termcolor import cprint
cprint('Hello 👋', 'blue', attrs=['bold'])