mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
Implement #15
This commit is contained in:
8
PythonHome/Lib/curses/panel.py
Normal file
8
PythonHome/Lib/curses/panel.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""curses.panel
|
||||
|
||||
Module for using panels with curses.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from _curses_panel import *
|
||||
Reference in New Issue
Block a user