diff --git a/Stopwatch.py b/Stopwatch.py index c1b9a57..2a803a0 100644 --- a/Stopwatch.py +++ b/Stopwatch.py @@ -1,7 +1,7 @@ #Python/myClasses/Stopwatch.py #Matthew Ellison # Created: 1-27-19 -#Modified: 1-27-19 +#Modified: 2-1-19 #This is a class that is used to time program run times import time