Merge branch 'master' of ssh://vvvvvvaria.org:12345/mb/ascii-art-but-with-unicode

This commit is contained in:
manetta 2019-12-23 18:03:36 +01:00
commit 79b968a7a8

View File

@ -1,3 +1,8 @@
"""
Based on the textwrap2 module included in the PyHyphen library:
https://pypi.org/project/PyHyphen
"""
import textwrap import textwrap
class TextWrapper(textwrap.TextWrapper): class TextWrapper(textwrap.TextWrapper):