# test_color.py
from color_ansi import color_ansi

print(color_ansi.RED + "Test red color" + color_ansi.END)