Skip to content

Commit 5776282

Browse files
kotamanegikyuridenamida
authored andcommitted
Support coloring functionality on Windows (kyuridenamida#127)
1 parent 7c718b9 commit 5776282

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

atcodertools/tools/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
from colorama import Fore
1+
from colorama import init, Fore
2+
3+
init(convert=True)
24

35

46
def with_color(msg, color):

0 commit comments

Comments
 (0)