This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<colgroup> | |
<col width="95%"> | |
<col width="5%"> | |
</colgroup> | |
<tr> | |
<td>Question</td> | |
<td>Y/N?</td> | |
</tr> | |
<tr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import cmd | |
import readline | |
import select | |
import sys | |
import threading | |
import time | |
def setup_readline(): | |
import ctypes |