better module naming

This commit is contained in:
2026-02-03 14:40:12 -03:00
parent ffbbf87873
commit b88f75fce0
11 changed files with 331 additions and 41 deletions

10
mpr/grpc/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
"""
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
"""