blob: 4a27c91aa6adea7b0aa6da9afc2ec4a3480eccf5 [file] [log] [blame]
# Description:
# This is a library for outputing color to the terminal.
licenses(["notice"]) # MIT
exports_files(["COPYING.txt"])
py_library(
name = "termcolor",
srcs = [
"termcolor.py",
],
srcs_version = "PY3",
visibility = ["//visibility:public"],
)