%PDF- %PDF-
Direktori : /proc/309157/task/309157/root/usr/share/doc/python3-rich/examples/ |
Current File : //proc/309157/task/309157/root/usr/share/doc/python3-rich/examples/group.py |
from rich import print from rich.console import Group from rich.panel import Panel panel_group = Group( Panel("Hello", style="on blue"), Panel("World", style="on red"), ) print(Panel(panel_group))