tumbo/examples/full/build/new.py

4 lines
75 B
Python
Raw Normal View History

2019-12-22 18:59:57 +00:00
from termcolor import cprint
cprint('Hello 👋', 'blue', attrs=['bold'])