1 2 3 4 5 6 7
from rich.console import Console from rich.prompt import Prompt, Confirm Prompt = Prompt Confirm = Confirm console = Console()