Since this thing is on the innerwebs I suppose it should have a
[python_utils.git] / ansi.py
diff --git a/ansi.py b/ansi.py
index a49760037e31c6c01e84a225e7147d588f8f5934..dee52424fefa6bd80daccc3d8830c0a707e12b6a 100755 (executable)
--- a/ansi.py
+++ b/ansi.py
@@ -1,8 +1,12 @@
 #!/usr/bin/env python3
 
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """A bunch of color names mapped into RGB tuples and some methods for
 setting the text color, background, etc... using ANSI escape
 """A bunch of color names mapped into RGB tuples and some methods for
 setting the text color, background, etc... using ANSI escape
-sequences."""
+sequences.
+
+"""
 
 import contextlib
 import difflib
 
 import contextlib
 import difflib