#!/home/xenproductionsco/public_html/xeneducation.xenproductions.co.in/xeneducation/env/bin/python3.9
import sys
from virtualenv.__main__ import run_with_catch
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(run_with_catch())
