def __init__(self, args):
     Workflow.__init__(self)
     # Default location is dashboar
     self.cs_location = 'dashboard' if len(args) == 1 else str(
         args[1]).lower()
Exemple #2
0
 def __init__(self):
     Workflow.__init__(self)