Added file to test the Stopwatch class

This commit is contained in:
2019-03-29 13:34:18 -04:00
parent 7b3e976418
commit 0053c930a1
2 changed files with 103 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
#Python/myClasses/Stopwatch.py
#Python/pyClasses/Stopwatch.py
#Matthew Ellison
# Created: 1-27-19
#Modified: 2-1-19
# Created: 01-27-19
#Modified: 03-29-19
#This is a class that is used to time program run times
"""
Copyright (C) 2019 Matthew Ellison
Copyright (C) 2019 Matthew Ellison
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by