Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / collect / bidict.py
index d28817453775e6f4dc35804a445dc2f6a9915bc4..375721e4a2652564ddfe42c6dc61925f8c7b4a76 100644 (file)
@@ -1,5 +1,9 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
+"""Bidirectional Dictionary."""
+
 
 class BiDict(dict):
     def __init__(self, *args, **kwargs):