Staging
v0.5.1
Raw File
panel.py
"""curses.panel

Module for using panels with curses.
"""

__revision__ = "$Id$"

from _curses_panel import *
back to top