Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AryaWu
/
libxml
like
0
Model card
Files
Files and versions
xet
Community
main
libxml
/
python
/
tests
/
setup_test.py
AryaWu
Upload folder using huggingface_hub
6baed57
verified
15 days ago
raw
Copy download link
history
blame
contribute
delete
132 Bytes
import
os
import
sys
if
hasattr
(os,
'add_dll_directory'
):
os.add_dll_directory(os.path.join(os.getcwd(),
'..'
,
'..'
,
'.libs'
))