summaryrefslogtreecommitdiff
path: root/type/money.py
diff options
context:
space:
mode:
Diffstat (limited to 'type/money.py')
-rw-r--r--type/money.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/type/money.py b/type/money.py
index b84652b..99637d1 100644
--- a/type/money.py
+++ b/type/money.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
+# © Copyright 2021-2022, Scott Gasch
+
"""A class to represent money. See also centcount.py"""
import re