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
|
||||
from os.path import relpath, splitext
|
||||
import re
|
||||
import readline
|
||||
import shutil
|
||||
import sqlite3
|
||||
import textwrap
|
||||
|
|
Loading…
Reference in a new issue