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

11 lines
190 B
Plaintext

py_library(
name = "wrapt",
srcs = [
"__init__.py",
"decorators.py",
"importer.py",
"wrappers.py",
],
visibility = ["//visibility:public"],
)