I'm new to Python but come from JavaScript
and I was trying to print an object/dictionary to terminal by using print(vars(client))
but came out unformatted like this.
I'm used to Node JS terminal outputs and was wondering how I can format the Python output like in JS.
I printed out this using a similar Node module in JavaScript (I'm using the vscode terminal)