import readline so hopefully input prompts will suck less

main
xenofem 2024-02-07 00:24:30 -05:00
parent 885b4884fd
commit 7ab32041c8
1 changed files with 1 additions and 0 deletions

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