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

13 lines
240 B (Stored with Git LFS)
Text

# Description: Pasta, AST based python refactoring.
licenses(["notice"]) # Apache2
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
py_library(
name = "pasta",
visibility = ["//visibility:public"],
)