blob: 6e475abaea65f040092307f993b253bb4d6c8f5f [file] [log] [blame]
licenses(["notice"])
py_library(
name = "gflags",
srcs = [
"__init__.py",
"gflags_validators.py",
],
visibility = ["//visibility:public"],
)