summaryrefslogtreecommitdiff
path: root/collect/bidict.py
diff options
context:
space:
mode:
Diffstat (limited to 'collect/bidict.py')
-rw-r--r--collect/bidict.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/collect/bidict.py b/collect/bidict.py
index d288174..375721e 100644
--- a/collect/bidict.py
+++ b/collect/bidict.py
@@ -1,5 +1,9 @@
#!/usr/bin/env python3
+# © Copyright 2021-2022, Scott Gasch
+
+"""Bidirectional Dictionary."""
+
class BiDict(dict):
def __init__(self, *args, **kwargs):