From b5873b9978bcfa8bc683757c89ebdeda9c51e895 Mon Sep 17 00:00:00 2001 From: shellkore Date: Mon, 15 Oct 2018 17:38:32 +0000 Subject: [PATCH] Update stopwatch.py --- stopwatch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stopwatch.py b/stopwatch.py index 2f1cbf9..af6f0dc 100644 --- a/stopwatch.py +++ b/stopwatch.py @@ -1,6 +1,7 @@ from tkinter import * import time +#main function def Main(): root = Tk() @@ -84,4 +85,4 @@ def Reset(self): self.nextT = 0.0 self.SetTime(self.nextT) -Main() \ No newline at end of file +Main()