%PDF- %PDF-
| Direktori : /proc/thread-self/root/backups/router/usr/local/lib/python3.11/tkinter/ |
| Current File : //proc/thread-self/root/backups/router/usr/local/lib/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()