#!/opt/concourse/worker/volumes/live/770eb711-5e37-476a-5a27-a00313ed6b31/volume/pyramid_1614249778747/_h_env_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 pyramid.scripts.pshell import main

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