feat: 🔍 Testing rich
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
from rich import print, pretty
|
||||
from rich.panel import Panel
|
||||
|
||||
def main():
|
||||
print("Hello from devin!")
|
||||
print("[italic red]Hello[/italic red] World!", locals())
|
||||
print(["Rich and pretty", True])
|
||||
print(Panel.fit("[bold yellow]Hi, I'm a Panel", border_style="red"))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user