STT-tensorflow/third_party/enum34.BUILD

14 lines
270 B
Plaintext

# Description:
# enum34 provides a backport of the enum module for Python 2.
licenses(["notice"]) # MIT
exports_files(["LICENSE"])
py_library(
name = "enum",
srcs = ["__init__.py"],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)