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