# 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",