Files
python-betterproto/betterproto/tests/inputs/bool/bool.proto

6 lines
57 B
Protocol Buffer

syntax = "proto3";
message Test {
bool value = 1;
}