Add python generation

This commit is contained in:
2022-07-17 02:34:29 -04:00
parent e40204fc1c
commit 0bb43a49b1
2 changed files with 38 additions and 0 deletions

3
scripts/python-gen.sh Executable file

@ -0,0 +1,3 @@
#!/bin/bash
python -m grpc_tools.protoc -I./ --python_out=./python-grpc --grpc_python_out=./python-grpc *.proto