Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / stopwatch.py
index ae8e01aa18452ed932ef589b9047c7f0c68ab58a..4e69b6992b278df8eb8e725954d9c610468318aa 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """A simple stopwatch decorator / context for timing things."""
 
 import contextlib