#!/opt/concourse/worker/volumes/live/511d7564-f763-4137-73d8-e68f5ffbcd36/volume/notebook_1628516193046/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/bin/python

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

from notebook.bundler.bundlerextensions import main

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