STT-tensorflow/third_party/termcolor.BUILD
A. Unique TensorFlower 985ad0276a PY2 removal cleanup
PiperOrigin-RevId: 352907145
Change-Id: I82de30d92dc9c2b53215d6d5732c67afe339c23d
2021-01-20 17:11:44 -08:00

16 lines
286 B
Plaintext

# 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"],
)