libxml / python /tests /setup_test.py
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
Raw
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'))