def start()

in gce_rescue/utils.py [0:0]


  def start(self):
    self._proc = multiprocessing.Process(target=self._run)
    self._proc.start()
    print('┌── Configuring...')