Upload hf_env/lib/python3.14/site-packages/attrs/exceptions.py with huggingface_hub
Browse files
hf_env/lib/python3.14/site-packages/attrs/exceptions.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# SPDX-License-Identifier: MIT
|
| 2 |
+
|
| 3 |
+
from attr.exceptions import * # noqa: F403
|