import readline so hopefully input prompts will suck less
This commit is contained in:
parent
885b4884fd
commit
7ab32041c8
|
@ -7,6 +7,7 @@ from pathlib import Path
|
||||||
import os
|
import os
|
||||||
from os.path import relpath, splitext
|
from os.path import relpath, splitext
|
||||||
import re
|
import re
|
||||||
|
import readline
|
||||||
import shutil
|
import shutil
|
||||||
import sqlite3
|
import sqlite3
|
||||||
import textwrap
|
import textwrap
|
||||||
|
|
Loading…
Reference in a new issue