diff options
Diffstat (limited to 'type/centcount.py')
| -rw-r--r-- | type/centcount.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/type/centcount.py b/type/centcount.py index 4529695..e78d068 100644 --- a/type/centcount.py +++ b/type/centcount.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """An amount of money (USD) represented as an integral count of cents.""" |
