Python APItokensutilsOn this pageutils Utility functions for token management and display. def display_tokens(tokens: list[dict[str, str]]) -> None Display a list of tokens in the console. Parameters tokens : list[dict[str, str]] List of token dictionaries to display.