kse-01/tensorflow/third_party/systemlibs/gast.BUILD
github-classroom[bot] 1122cdd8b0
Initial commit
2023-10-09 11:37:31 +00:00

12 lines
222 B (Stored with Git LFS)
Text

licenses(["notice"]) # BSD 3-clause
filegroup(
name = "PKG-INFO",
visibility = ["//visibility:public"],
)
py_library(
name = "gast",
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)