File size: 132 Bytes
6baed57
 
 
 
 
1
2
3
4
5
6
import os
import sys

if hasattr(os, 'add_dll_directory'):
    os.add_dll_directory(os.path.join(os.getcwd(), '..', '..', '.libs'))