kse-01/tensorflow/third_party/systemlibs/enum34.BUILD
github-classroom[bot] 05b050893c
Initial commit
2023-10-09 11:37:31 +00:00

15 lines
262 B
Plaintext

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