summaryrefslogtreecommitdiff
path: root/stopwatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'stopwatch.py')
-rw-r--r--stopwatch.py2
1 files changed, 2 insertions, 0 deletions
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