Skip to content

Moved the print_summary to command.py

Ben Couturier requested to merge print_summary into aiwieder/api

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

Merge request reports