1cc_library(
2    name = "python_headers",
3    hdrs = glob(["**/*.h"]),
4    includes = ["."],
5    visibility = ["//visibility:public"],
6)
7