Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colorama: re-export just_fix_windows_console at top level #9234

Merged
merged 2 commits into from Nov 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion stubs/colorama/colorama/__init__.pyi
@@ -1,3 +1,9 @@
from .ansi import Back as Back, Cursor as Cursor, Fore as Fore, Style as Style
from .ansitowin32 import AnsiToWin32 as AnsiToWin32
from .initialise import colorama_text as colorama_text, deinit as deinit, init as init, reinit as reinit
from .initialise import (
colorama_text as colorama_text,
deinit as deinit,
init as init,
just_fix_windows_console as just_fix_windows_console,
reinit as reinit,
)