diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/timer.py | 3 |
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__()
|