2024-05-23 08:50:29 +02:00

10 lines
161 B
Python

# 24.02.24
from rich.console import Console
from rich.prompt import Prompt, Confirm
from rich.panel import Panel
# Variable
msg = Prompt()
console = Console()