Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
56a9d7e3daff45f5fef206ea42398b4a0505fb47
/
.
/
Lib
/
curses
/
panel.py
blob: aacca85151c09b531f7d1f40afdbd4ae1fc2022d [
file
]
"""curses.panel
Module for using panels with curses.
"""
__revision__
=
"$Id$"
from
_curses_panel
import
*