#!/opt/concourse/worker/volumes/live/a521ea73-26c6-46e0-4965-e6c85fb28331/volume/pyramid_1614249856670/_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.pcreate import main

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