Import
import threading
Constructor
timer_name = threading.Timer(interval, function)
Start Timer
timer_name.start()