X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=histogram.py;h=52a0d1fad558a493c6e303abdd07a6933053a045;hb=111d5ba0ac240892327c3ac8b909c60b387789f3;hp=3796470d211ba27e1ce36cfbb6ea18957a9a892f;hpb=1ff5dde5b037f8da4c9d5a65e2d7ad2f6715ff60;p=python_utils.git 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