1
0
Fork 0
python-aristaproto/tests/inputs/import_child_package_from_root/child.proto

8 lines
95 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package import_child_package_from_root.childpackage;
message Message {
}