From e8fbbb7306430478dec55d2c963eed116d8330cc Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 8 Feb 2022 17:46:56 -0800 Subject: More cleanup, yey! --- stopwatch.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stopwatch.py') diff --git a/stopwatch.py b/stopwatch.py index c6c154c..fa4f2b5 100644 --- a/stopwatch.py +++ b/stopwatch.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +"""A simple stopwatch decorator / context for timing things.""" + import time from typing import Callable, Optional -- cgit v1.3