4 lines
84 B
Python
4 lines
84 B
Python
|
from rich.console import Console
|
||
|
|
||
|
nxc_console = Console(soft_wrap=True, tab_size=4)
|