File size: 170 Bytes
2ef6ca1
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
from grpc_tools import protoc

protoc.main((
    '',
    '-Iprotos',
    '--python_out=.',
    '--grpc_python_out=.',
    '--pyi_out=.',
    'protos/inference.proto',
))