Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / tests / decorator_utils_test.py
index 2cc2b5f71d14d7295e4610ffccf16f543c766478..68f1389cfa4895545cf0b7c7d25346807ae8c905 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
+"""decorator_utils unittest such as it is."""
+
 import unittest
 
 import decorator_utils as du