File "__main__.py"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/proc/thread-self/root/lib64/python3.8/tkinter/__main__.py
File size: 148 bytes
MIME-type: text/plain
Charset: utf-8
"""Main entry point"""
import sys
if sys.argv[0].endswith("__main__.py"):
sys.argv[0] = "python -m tkinter"
from . import _test as main
main()