X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=decorator_utils.py;h=084e260bab370d9bbb93a1256ff84e98f96055bd;hb=532df2c5b57c7517dfb3dddd8c1358fbadf8baf3;hp=5d1e779deeeaa3df34547f853ce5e4fc0cdcb87b;hpb=c6fca944b41f292b66efaba27ebf3fd0a37956b8;p=python_utils.git diff --git a/decorator_utils.py b/decorator_utils.py index 5d1e779..084e260 100644 --- a/decorator_utils.py +++ b/decorator_utils.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch +# Portions (marked) below retain the original author's copyright. + """Decorators.""" import enum