mirror of
https://github.com/python/cpython
synced 2024-11-02 14:42:36 +00:00
9f5eeebb26
beyond what's in _curses_panel
9 lines
111 B
Python
9 lines
111 B
Python
"""curses.panel
|
|
|
|
Module for using panels with curses.
|
|
"""
|
|
|
|
__revision__ = "$Id$"
|
|
|
|
from _curses_panel import *
|
|
|