Browse Source

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

master
manetta 4 years ago
parent
commit
79b968a7a8
  1. 5
      asciiWriter/wrap_single_line.py

5
asciiWriter/wrap_single_line.py

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

Loading…
Cancel
Save