panel.py 87 B

123456
  1. """curses.panel
  2. Module for using panels with curses.
  3. """
  4. from _curses_panel import *