Files
python-betterproto/tests/inputs/import_child_package_from_package/child.proto
2022-03-03 13:34:53 +00:00

8 lines
111 B
Protocol Buffer

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