HEX
Server: Apache
System: Linux server1048.orangewebsite.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64
User: designersdiscre1 (1023)
PHP: 8.5.4
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib64/python3.11/tkinter/__main__.py
"""Main entry point"""

import sys
if sys.argv[0].endswith("__main__.py"):
    sys.argv[0] = "python -m tkinter"
from . import _test as main
main()