def __init__(self):

        self.sequence = [
            lx.PolitePreface(),
            lx.ContactCallPhone(),
            lx.ObjNonthird(),
            lx.ByPhone()
        ]
    def __init__(self):

        self.sequence = [
            lx.PolitePreface(),
            lx.ContactCallPhone(),
            lx.PossessedNouns(),
            lx.ByPhone()
        ]
    def __init__(self):

        self.sequence = [
            lx.Can(),
            lx.DoctorNurse(),
            ex.OptionalWhoPhrase(),
            lx.ContactCallPhone(),
            ex.MeMySon()
        ]