blob: 8e8f7d8bb7d84bfb3324b1ce48f7196e1b6d07d0 [file] [log] [blame]
"""curses
The main package for curses support for Python. Normally used by importing
the package, and perhaps a particular module inside it.
import curses
from curses import textpad
curses.initwin()
...
"""
__revision__ = "$Id$"
from _curses import *
from curses.wrapper import wrapper