idle3.9 111 B

12345
  1. #!/tmpfs/src/out/install/bin/python3.9
  2. from idlelib.pyshell import main
  3. if __name__ == '__main__':
  4. main()