더북(TheBook)

이후 다음 명령을 실행하면 agents_pb2_grpc.py와 agents_pb2.py 파일이 자동으로 생성됩니다.

python -m grpc_tools.protoc -I . --python_out=. --grpc_python_out=. agents.proto

이제 본격적으로 코드를 알아보겠습니다.