kse-01/tensorflow/third_party/wrapt.BUILD

11 lines
190 B
Plaintext
Raw Normal View History

2023-10-09 11:37:31 +00:00
py_library(
name = "wrapt",
srcs = [
"__init__.py",
"decorators.py",
"importer.py",
"wrappers.py",
],
visibility = ["//visibility:public"],
)