|
|
@@ -3,5 +3,5 @@ python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. Message2Clients.prot |
|
|
python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. Message2Server.proto |
|
|
python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. Message2Server.proto |
|
|
python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. --grpc_python_out=. Services.proto |
|
|
python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. --grpc_python_out=. Services.proto |
|
|
chmod -R 755 ./ |
|
|
chmod -R 755 ./ |
|
|
mv -f ./*.py ../../PyAPI/proto |
|
|
|
|
|
mv -f ./*.pyi ../../PyAPI/proto |
|
|
|
|
|
|
|
|
mv -f ./*.py ../../CAPI/python/proto |
|
|
|
|
|
mv -f ./*.pyi ../../CAPI/python/proto |