queues-py3-grpc/Makefile
2024-12-07 23:18:37 +03:00

4 lines
148 B
Makefile

gen:
python -m grpc_tools.protoc --proto_path schemas --python_out=. --pyi_out=. --grpc_python_out=. ./schemas/tasks.proto
run:
python ./server.py