mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 20:15:24 +00:00
11 lines
160 B
Python
11 lines
160 B
Python
# 17.09.2023 -> 3.12.23
|
|
|
|
# Import
|
|
from rich.console import Console
|
|
from rich.prompt import Prompt
|
|
import logging
|
|
|
|
# Variable
|
|
msg = Prompt()
|
|
console = Console()
|