X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=id_generator.py;h=f15efa360e46a07e59d21fe4b85e950f4fcf05a0;hb=47ece7bceb442d70ddcc3c728533c4d4d2bccde4;hp=dc2ac9cc810a4e1d588d60231371e873d9d31966;hpb=e8fbbb7306430478dec55d2c963eed116d8330cc;p=python_utils.git diff --git a/id_generator.py b/id_generator.py index dc2ac9c..f15efa3 100644 --- a/id_generator.py +++ b/id_generator.py @@ -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