Exemplo n.º 1
0
 def __init__(self, action_info):
     Action.__init__(self)
     self.action_info = action_info
Exemplo n.º 2
0
 def __init__(self, asset):
     Action.__init__(self)
     self.asset = asset
Exemplo n.º 3
0
 def __init__(self, action_info):
     Action.__init__(self)
     self.action_info = action_info
Exemplo n.º 4
0
 def __init__(self, asset):
     Action.__init__(self)
     self.asset = asset