Exemplo n.º 1
0
 def __init__(self):
     Action.__init__(self)
Exemplo n.º 2
0
 def __init__(self, ruleset):
     Action.__init__(self)
     
     self.ruleset = ruleset
Exemplo n.º 3
0
    def __init__(self, text):
        Action.__init__(self)

        self.text = text