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