Example #1
0
 def __init__(self, args):
     """initialize."""
     self.args = args
     self.pipelines = []
     self.c = Configurer()
     make_dir(self.args.working_dir)