Upload hf_env/lib/python3.14/site-packages/pip/_vendor/rich/themes.py with huggingface_hub
Browse files
hf_env/lib/python3.14/site-packages/pip/_vendor/rich/themes.py
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from .default_styles import DEFAULT_STYLES
|
| 2 |
+
from .theme import Theme
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
DEFAULT = Theme(DEFAULT_STYLES)
|