Sign in
bazel
/
bazel
/
f1e30f37bcf270ba4046b6feb9129f95eeb064ea
/
.
/
third_party
/
py
/
concurrent
/
BUILD
blob: ccc3faa03d359401911faa119978f4eccd776238 [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
visibility
=
[
"//visibility:public"
],
)
py_library
(
name
=
"futures"
,
srcs
=
glob
([
"**/*.py"
]),
visibility
=
[
"//visibility:public"
],
)