1#! /usr/bin/env python
2
3from idlelib.PyShell import main
4if __name__ == '__main__':
5    main()
6