aboutsummaryrefslogtreecommitdiff
path: root/modules/timer.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/timer.py')
-rw-r--r--modules/timer.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/timer.py b/modules/timer.py
index 57a4f17a..ba92be33 100644
--- a/modules/timer.py
+++ b/modules/timer.py
@@ -33,3 +33,6 @@ class Timer:
res += ")"
return res
+
+ def reset(self):
+ self.__init__()