diff --git a/stdlib/3/curses/__init__.pyi b/stdlib/3/curses/__init__.pyi index 078a6cd3a..ef9f4207d 100644 --- a/stdlib/3/curses/__init__.pyi +++ b/stdlib/3/curses/__init__.pyi @@ -1,6 +1,9 @@ import _curses from _curses import * # noqa: F403 +LINES: int +COLS: int + def initscr() -> _curses._CursesWindow: ... def start_color(): ... def wrapper(func, *args, **kwds): ...