HEX
Server: Apache
System: Linux sg2plzcpnl508227.prod.sin2.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xt1kvh02ldno (10238487)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: //lib64/python3.12/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()