mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-15 14:52:17 +03:00
6 lines
111 B
Python
6 lines
111 B
Python
|
|
class SetupTimer:
|
|
@staticmethod
|
|
def start(timer):
|
|
timer.setDaemon(True)
|
|
timer.start()
|