mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
colorama: re-export just_fix_windows_console at top level (#9234)
This commit is contained in:
committed by
GitHub
parent
8a46e34bc3
commit
c161827d6d
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user