fix(import): add missing file
This commit is contained in:
parent
975a3b3d14
commit
bb87d77e33
1 changed files with 6 additions and 0 deletions
6
tuxbot/core/utils/console.py
Normal file
6
tuxbot/core/utils/console.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from rich.console import Console
|
||||
from rich.traceback import install
|
||||
|
||||
|
||||
console = Console()
|
||||
install(console=console, show_locals=True)
|
Loading…
Reference in a new issue