mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 19:45:24 +00:00
12 lines
197 B
Python
12 lines
197 B
Python
# 17.09.2023 -> 3.12.23
|
|
|
|
# Import
|
|
from rich.console import Console
|
|
from rich.prompt import Prompt
|
|
from rich import print as console_print
|
|
|
|
# Variable
|
|
msg = Prompt()
|
|
console = Console()
|
|
|