import readline so hopefully input prompts will suck less

This commit is contained in:
xenofem 2024-02-07 00:24:30 -05:00
parent 885b4884fd
commit 7ab32041c8

View file

@ -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