blob: c952248846041131e6dca39e4bef1fa9c3aa7bbe [file] [log] [blame]
syntax = "proto3";
package rules_python;
message PriceTag {
string name = 2;
double cost = 1;
}