OmniTest / run_codegen.py
matveymih's picture
test
2ef6ca1
raw
history blame contribute delete
No virus
170 Bytes
from grpc_tools import protoc
protoc.main((
'',
'-Iprotos',
'--python_out=.',
'--grpc_python_out=.',
'--pyi_out=.',
'protos/inference.proto',
))