Add this to make the python error stack traces prettier!

import rich.traceback
 
rich.traceback.install(
	show_locals=True,
	suppress=[psygnal or some other packages..]
)