diff options
Diffstat (limited to 'thread_utils.py')
| -rw-r--r-- | thread_utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thread_utils.py b/thread_utils.py index 2375f3d..01755de 100644 --- a/thread_utils.py +++ b/thread_utils.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """Utilities for dealing with threads + threading.""" import functools |
