Staging
v0.5.1
Raw File
idle3
#! /usr/bin/env python3

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