cpython/Lib/curses/panel.py
2004-07-18 06:16:08 +00:00

9 lines
110 B
Python

"""curses.panel
Module for using panels with curses.
"""
__revision__ = "$Id$"
from _curses_panel import *