1
0
Fork 0
python-aristaproto/tests/inputs/import_root_package_from_child/root.proto

8 lines
86 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package import_root_package_from_child;
message RootMessage {
}