You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Conception/drake-master/tools/skylark/py.bzl

13 lines
204 B

load(
"@rules_python//python:defs.bzl",
_py_binary = "py_binary",
_py_library = "py_library",
_py_test = "py_test",
)
py_binary = _py_binary
py_library = _py_library
py_test = _py_test