dirtywords

portable text interface framework  https://pypi.python.org/pypi/dirtywords
git clone https://git.ce9e.org/dirtywords.git

commit
06eb7f3252ab2154bae4a19693088634970906f6
parent
c729eaca3f2a94cd885193a9398c34399b3a9d18
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-10-07 19:46
add stupid_core docstring

Diffstat

M dirtywords/stupid_core.py 9 +++++++++

1 files changed, 9 insertions, 0 deletions


diff --git a/dirtywords/stupid_core.py b/dirtywords/stupid_core.py

@@ -1,3 +1,12 @@
   -1     1 """Minimal dirtywords implementation.
   -1     2 
   -1     3 Simply prints to ``stdout`` with some lines space at the top.
   -1     4 
   -1     5 The :py:meth:`Screen.getch` implementation should be more or less
   -1     6 cross-platform.
   -1     7 
   -1     8 """
   -1     9 
    1    10 import base
    2    11 
    3    12