package org.kravemir.lightvalue.examples.hello;

class Contact {
    string name;
    string email;
}

class GreetingsMessage {
    Contact from;
    Contact to;
}
