mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
formatting
This commit is contained in:
parent
7593e4b271
commit
d21823440f
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
from rich import print
|
||||
from rich.padding import Padding
|
||||
|
||||
test = Padding("Hello", (2, 4), style="on blue", expand=False)
|
||||
print(test)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue