Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / id_generator.py
index dc2ac9cc810a4e1d588d60231371e873d9d31966..f15efa360e46a07e59d21fe4b85e950f4fcf05a0 100644 (file)
@@ -1,7 +1,11 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """A helper class for generating thread safe monotonically increasing
-id numbers."""
+id numbers.
+
+"""
 
 import itertools
 import logging