#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Author: Volkan Şahin class SetupTimer: @staticmethod def start(timer): timer.setDaemon(True) timer.start()