mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 20:15:24 +00:00
9 lines
123 B
Python
9 lines
123 B
Python
# 24.02.24
|
|
|
|
from rich.console import Console
|
|
from rich.prompt import Prompt
|
|
|
|
|
|
# Variable
|
|
msg = Prompt()
|
|
console = Console() |