github.com/craicoverflow/tyk@v2.9.6-rc3+incompatible/coprocess/proto/codegen.py (about) 1 from grpc.tools import protoc 2 3 protoc.main( 4 ( 5 '', 6 '-I.', 7 '--python_out=../bindings/python', 8 '--grpc_python_out=../bindings/python', 9 'coprocess_object.proto', 10 ) 11 )