#!/var/folders/k1/30mswbxs7r1g6zwn8y4fyt500000gp/T/abs_0572r482aw/croot/trubar_1740514692125/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/python

# -*- coding: utf-8 -*-
import re
import sys

from trubar.__main__ import main

if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
    sys.exit(main())
