1syntax = "proto3"; 2 3package rules_python; 4 5message PriceTag { 6 string name = 2; 7 double cost = 1; 8} 9