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

8 lines
111 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package import_child_package_from_package.package.childpackage;
message ChildMessage {
}