Ahenk/opt/ahenk/base/timer/setup_timer.py

7 lines
111 B
Python
Raw Normal View History

class SetupTimer:
@staticmethod
def start(timer):
timer.setDaemon(True)
timer.start()