import readline to support enhanced inputs on CLI

This commit is contained in:
Vivian Fang
2023-10-17 16:45:05 -07:00
parent 435fca26a9
commit 1fb21f41c8

View File

@@ -4,6 +4,7 @@ import logging
import os
import sys
import pickle
import readline
from rich.console import Console
console = Console()