mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2024-12-22 08:16:26 +00:00
4 lines
75 B
Python
4 lines
75 B
Python
from termcolor import cprint
|
|
|
|
cprint('Hello 👋', 'blue', attrs=['bold'])
|