Your IP : 216.73.217.13


Current Path : /proc/thread-self/root/proc/thread-self/root/snap/core/17284/usr/lib/python3.5/tkinter/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/snap/core/17284/usr/lib/python3.5/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()