mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-03 10:00:10 +00:00
12 lines
217 B
Python
12 lines
217 B
Python
# 24.02.24
|
|
|
|
from rich.console import Console
|
|
from rich.prompt import Prompt, Confirm
|
|
from rich.panel import Panel
|
|
from rich.table import Table
|
|
from rich.text import Text
|
|
|
|
|
|
# Variable
|
|
msg = Prompt()
|
|
console = Console() |