cpython/Lib/curses/panel.py
Andrew M. Kuchling 9f5eeebb26 Wrapper for _curses_panel module; currently this adds nothing extra
beyond what's in _curses_panel
2000-12-22 21:58:29 +00:00

10 lines
111 B
Python

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