mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
9 lines
201 B
Python
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",
|
|
)
|