For 3rd-party APIs people often have messages defined via *.proto files which are "ground truth". It requires additional work to keep Python data classes in sync with *.proto. Let's a make a "code generator" which translates *.proto files into *.py modules
For 3rd-party APIs people often have messages defined via
*.protofiles which are "ground truth". It requires additional work to keep Python data classes in sync with*.proto. Let's a make a "code generator" which translates*.protofiles into*.pymodules