xref
: /
third_party
/
python
/
Lib
/
curses
/
panel.py
(revision 7db96d56)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/curses/
1
"""curses.panel
2
3
Module for using panels with curses.
4
"""
5
6
from
_curses_panel
import
*
7