3 lines
124 B
Makefile
3 lines
124 B
Makefile
gen:
|
|
python -m grpc_tools.protoc --proto_path schemas --python_out=. --pyi_out=. --grpc_python_out=. ./schemas/tasks.proto
|