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