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

12 lines
217 B (Stored with Git LFS)
Text

licenses(["notice"]) # New BSD
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
py_library(
name = "astor",
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)