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

13 lines
217 B
Plaintext

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