Asib27's picture
try 1
065fee7 verified
raw
history blame
132 Bytes
from rich import print
from rich.padding import Padding
test = Padding("Hello", (2, 4), style="on blue", expand=False)
print(test)