5 lines
95 B
Python
Executable file
5 lines
95 B
Python
Executable file
#! /usr/bin/env python
|
|
|
|
from idlelib.PyShell import main
|
|
if __name__ == '__main__':
|
|
main()
|