Sign in
bazel
/
bazel
/
33c982e01ec7ce50db0a3de4d79b2adfe9e244af
/
.
/
third_party
/
py
/
mock
/
BUILD
blob: 2d4961de9e696dfa96b312e4caa693b9b8880433 [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
visibility
=
[
"//third_party:__pkg__"
],
)
py_library
(
name
=
"mock"
,
srcs
=
[
"__init__.py"
],
visibility
=
[
"//visibility:public"
],
)