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