Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / tests / shared_dict_test.py
index 0b73a45bdabbb663873c9ac883e045a642fd3cc3..230bdb989c4c5e74c6d31cecebee3ea468b277c8 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
+"""shared_dict unittest."""
+
 import unittest
 
 import parallelize as p