catch control-c action.
This commit is contained in:
@ -3,7 +3,6 @@ from typing import IO, Any
|
||||
|
||||
if os.name == "nt":
|
||||
import msvcrt
|
||||
|
||||
elif os.name == "posix":
|
||||
import fcntl
|
||||
|
||||
|
Reference in New Issue
Block a user