Added a getMinutes function and rearanged the get_ functions

This commit is contained in:
2019-02-01 10:43:50 -05:00
parent 66c2b8ab53
commit 6d7505ce9e

View File

@@ -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