File size: 259 Bytes
14af22e
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/sh
'''exec' D:/code/apps/devtools/micromamba_root/envs/hf_sync/bin/python "$0" "$@"
' '''
import sys
from huggingface_hub.cli.deprecated_cli import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())