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