Added documentation for some classes again
This commit is contained in:
committed by
Yohann D'ANELLO
parent
8f932604f6
commit
aac01d8bef
@@ -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
|
||||
|
Reference in New Issue
Block a user