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

14 lines
240 B
Plaintext

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