11 lines
222 B
Python
11 lines
222 B
Python
"""
|
|
MPR gRPC Module
|
|
|
|
Provides gRPC server and client for worker communication.
|
|
|
|
Generated stubs (worker_pb2.py, worker_pb2_grpc.py) are created by:
|
|
python schema/generate.py --proto
|
|
|
|
Requires: grpcio, grpcio-tools
|
|
"""
|