Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / thread_utils.py
index 2375f3df3938b6a5562911af28202a909b0a0cd7..01755deafc1e7af9189026c2ae233c6146c7d494 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """Utilities for dealing with threads + threading."""
 
 import functools