#!/mounts/lovelace/software/anaconda3/envs/py37/bin/python3.7

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