mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
4 lines
84 B
Python
4 lines
84 B
Python
from rich.console import Console
|
|
|
|
nxc_console = Console(soft_wrap=True, tab_size=4)
|