[+] Import readline for interactive config menu
This commit is contained in:
parent
0837ac87cf
commit
edf62e98e3
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import annotations
|
||||
|
||||
# Do not delete import readline. Even though it's not used in the code, importing it would allow
|
||||
# arrow keys to be used in input() functions.
|
||||
import readline
|
||||
|
||||
import argparse
|
||||
import json
|
||||
import random
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue