Skip to content

panel.print_panel

Full path: schola.scripts.panel.print_panel

schola.scripts.panel.print_panel

print_panel(message, *, title='', style='cyan')

Print a panel with the given message and style.

Parameters

message (Union[str, Iterable[str]]) : The message to print.

title (str, optional) : The title of the panel, by default “”

style (str, optional) : The style of the panel, by default STYLE_INFO

Returns

None