mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
listdir
This commit is contained in:
parent
bbfe0e0c1d
commit
ad8523ebaf
13 changed files with 105 additions and 27 deletions
|
@ -1,3 +1,9 @@
|
|||
"""
|
||||
|
||||
This example demonstrates how to write a custom highlighter.
|
||||
|
||||
"""
|
||||
|
||||
from random import randint
|
||||
|
||||
from rich import print
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue