from multiprocessing import Process
class SetupTimer:
@staticmethod
def start(timer):
timer.setDaemon(True)
timer.start()