Esempio n. 1
0
    def __init__(self):

        self.sequence = [
            lx.DoctorNurse(),
            lx.Prescribed(),
            ex.ProductsExpander(),
            lx.WillIsGonna(),
            lx.BreakOut()
        ]
Esempio n. 2
0
    def __init__(self):

        self.sequence = [
            lx.SubjNonthird(),
            lx.TakeApplyUse(),
            ex.ProductsExpander(),
            lx.WillIsGonna(),
            lx.BreakOut()
        ]
Esempio n. 3
0
    def __init__(self):

        self.sequence = [
            lx.PossessedNouns(),
            lx.TakeApplyUse(),
            ex.ProductsExpander(),
            lx.ByTheDoctor(),
            lx.WillIsGonna(),
            lx.BreakOut()
        ]
Esempio n. 4
0
    def __init__(self):

        self.sequence = [
            lx.PossessedNouns(),
            lx.Was(),
            lx.Prescribed(),
            ex.ProductsExpander(),
            lx.ByTheDoctor(),
            lx.WillIsGonna(),
            lx.BreakOut()
        ]
Esempio n. 5
0
    def __init__(self):

        self.sequence = [lx.WillIsGonna(), lx.MakeCause(), lx.BreakOut()]