Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / tests / thread_utils_test.py
index 7fcdca8f74fe04f890b68bea68a696fcfe61dab2..40ecfac80b403ce81ea9b90af0addf8ec9dce263 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
+"""thread_utils unittest."""
+
 import threading
 import time
 import unittest