Remove old GRPC bash script and convert to python3 (#7454)

* Remove old GRPC bash script and convert to python3

* updated checking gRPC script to python3
This commit is contained in:
Derek Bailey
2022-08-16 23:44:50 -07:00
committed by GitHub
parent b057aa917f
commit 7aae0af305
8 changed files with 175 additions and 104 deletions

View File

@@ -0,0 +1,4 @@
// automatically generated by the FlatBuffers compiler, do not modify
export { HelloReply } from './models/hello-reply';
export { HelloRequest } from './models/hello-request';