Sign in
apache
/
incubator-heron
/
refs/heads/joshfischer/native-python-rules
/
.
/
integration_test
/
src
/
python
/
common
/
BUILD
blob: 058b9959e7798632ae4c2c603284ef485604e73d [
file
]
package
(
default_visibility
=
[
"//visibility:public"
])
load
(
"@rules_python//python:defs.bzl"
,
"py_library"
)
py_library
(
name
=
"common"
,
srcs
=
glob
([
"*.py"
]),
)