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

15 lines
241 B
Plaintext

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