From 7ab32041c82bf244b4fd04252b6aec375b900f62 Mon Sep 17 00:00:00 2001 From: xenofem Date: Wed, 7 Feb 2024 00:24:30 -0500 Subject: [PATCH] import readline so hopefully input prompts will suck less --- dlibrary/dlibrary.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dlibrary/dlibrary.py b/dlibrary/dlibrary.py index 635157c..02371dc 100755 --- a/dlibrary/dlibrary.py +++ b/dlibrary/dlibrary.py @@ -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