Added documentation for some classes again

This commit is contained in:
eichhornchen
2020-11-18 12:27:59 +01:00
committed by Yohann D'ANELLO
parent 8f932604f6
commit aac01d8bef
6 changed files with 40 additions and 62 deletions

View File

@@ -3,6 +3,10 @@ from types import TracebackType
class TermManager: # pragma: no cover
"""
The TermManager object initializes the terminal, returns a screen object and
de-initializes the terminal after use
"""
def __init__(self):
self.screen = curses.initscr()
# convert escapes sequences to curses abstraction