(root)/
Python-3.12.0/
Tools/
scripts/
idle3
#!/usr/bin/env python3

from idlelib.pyshell import main
if __name__ == '__main__':
    main()