#!/usr/bin/env python3

from tcolorpy import tcolor


print(tcolor("tcolopy example", color="#ee1177", styles=["bold", "italic", "underline"]))
