Files
tensorflow/third_party/python_runtime/BUILD.bazel
David Dunleavy 994febe935 Add .bazel suffix to some third_party files
PiperOrigin-RevId: 734359305
2025-03-06 18:29:15 -08:00

9 lines
201 B
Python

licenses(["notice"]) # New BSD, Python Software Foundation
package(default_visibility = ["//visibility:public"])
alias(
name = "headers",
actual = "@local_config_python//:python_headers",
)