master
/ miniconda3 / lib / python3.11 / curses / panel.py

panel.py @74036c5 raw · history · blame

1
2
3
4
5
6
"""curses.panel

Module for using panels with curses.
"""

from _curses_panel import *