HEX
Server: Apache
System: Linux host39.registrar-servers.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: idolaotomotif (3857)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/thread-self/root/lib64/python3.12/venv/__main__.py
import sys
from . import main

rc = 1
try:
    main()
    rc = 0
except Exception as e:
    print('Error: %s' % e, file=sys.stderr)
sys.exit(rc)