Ejemplo n.º 1
0
 def __init__(self, tag):
   self.tag = tag
   self.script = deepcopy(SCRIPTS.get(tag, {}))
Ejemplo n.º 2
0
 def __init__(self, tag):
   self.tag = tag
   self.script = SCRIPTS.get(tag, {})