Lovi 30b5250c9c Restore ...
5 month.
Atto 1 + Atto 2 + Atto 3
2024-06-20 23:48:15 +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()