Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / tests / centcount_test.py
index c4b3b0c5bd22654aa63d2890b89e86c779ca61b6..53204c9fdb8fcbf3f64db5d68523b310480c0d5b 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
+"""centcount unittest."""
+
 import unittest
 
 import unittest_utils as uu