Moved the print_summary to command.py
This what I had in mind this morning, in short:
- analysis_data itself is a tool that should not deal with console output itself (anybody using it can print in their code after importing Console as rich is still a dependency)
- provide the print in a dedicated command line tool that allows printing on the command line
I added a test