Files
mediaproc/mpr/grpc/__init__.py
2026-02-03 14:40:12 -03:00

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
"""