idle-script.py 72 B

1234
  1. from idlelib.pyshell import main
  2. if __name__ == '__main__':
  3. main()