Start API Reference cs_board_tools cli bundle print_bundles print_bundles¶ Summary¶ print_bundles(bundles: list[Bundle])¶ Prints a list of Bundles to the terminal. Uses PrettyTable to print nicely-formatted ASCII tables. Parameters: bundles (list[Bundle]) – The Bundles you would like to print. Importing¶ from cs_board_tools.cli.bundle import print_bundles