public Timer(interval as Int = 1000):
Creates a timer with an interval expressed in milliseconds.
timer = Timer(interval=250)