diff options
Diffstat (limited to 'histogram.py')
| -rw-r--r-- | histogram.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/histogram.py b/histogram.py index 3796470..52a0d1f 100644 --- a/histogram.py +++ b/histogram.py @@ -1,6 +1,8 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# © Copyright 2021-2022, Scott Gasch + """A text-based simple histogram helper class.""" import math |
