syntax = "proto3";

package othercom;

message ExternalChildMessage {
    string my_string = 1;
}
