blob: 99614a90b239f47465b14b4b96e4afbba31b1226 [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 = ["__init__.py"],
srcs_version = "PY3",
visibility = ["//visibility:public"],
)