Spaces:
Runtime error
Runtime error
File size: 123 Bytes
3e96755 |
1 2 3 4 5 6 |
import os
BINARIES_PATHS = [
os.path.join(os.path.join(LOADER_DIR, '../../'), 'x64/vc14/bin')
] + BINARIES_PATHS
|