mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
8 lines
134 B
8 lines
134 B
7 years ago
|
py_library(
|
||
|
name = "constantly",
|
||
|
srcs = glob(["constantly/*.py"]),
|
||
|
visibility = [
|
||
|
"//visibility:public",
|
||
|
],
|
||
|
)
|