标签: python protocol-buffers
例如:
如何将此转换为.proto?
a = []
我希望得到这个:
message SomeName { repeated float a = 1; }