python (3.12.0)

(root)/
lib/
python3.12/
curses/
panel.py
       1  """curses.panel
       2  
       3  Module for using panels with curses.
       4  """
       5  
       6  from _curses_panel import *