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

14 lines
241 B (Stored with Git LFS)
Text

# Description:
# AST round-trip manipulation for Python.
licenses(["notice"])
py_library(
name = "astunparse",
visibility = ["//visibility:public"],
)
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)