Example #1
0
 def __init__(self):
     Action.__init__(self)
Example #2
0
 def __init__(self, ruleset):
     Action.__init__(self)
     
     self.ruleset = ruleset
Example #3
0
    def __init__(self, text):
        Action.__init__(self)

        self.text = text