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

11 lines
223 B (Stored with Git LFS)
Text

licenses(["notice"]) # BSD
exports_files(["LICENSE"])
py_library(
name = "tblib",
srcs = glob(["src/tblib/*.py"]),
imports = ["src"],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)