#!/bin/sh
'''exec' /home/conda/feedstock_root/build_artifacts/pymatgen-core_1774260835588/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/python "$0" "$@"
' '''
import sys
from pymatgen.cli.pmg import main
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(main())
