blob: de14bd5641cd0b31e0ab6ee6102e3a891bb16fe3 [file] [log] [blame]
# 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"],
)