Browse Source

Added readline (enables command history and arrow keys)

Stefan Schmidt 7 năm trước cách đây
mục cha
commit
5b75797d3c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      code/ID2TLib/Controller.py

+ 1 - 0
code/ID2TLib/Controller.py

@@ -1,5 +1,6 @@
 import os
 import sys
+import readline
 
 from ID2TLib.AttackController import AttackController
 from ID2TLib.LabelManager import LabelManager