Sign in
chromium
/
external
/
github.com
/
tensorflow
/
tensorflow.git
/
refs/heads/r2.4
/
.
/
third_party
/
enum34.BUILD
blob: 85262b07f6478bc91cfe8eb178a85c963feb4b79 [
file
] [
log
] [
blame
] [
edit
]
# 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"
],
)