6 lines
111 B
Python
Executable File
6 lines
111 B
Python
Executable File
#!/home/build/build-home/bin/python3.7
|
|
|
|
from idlelib.pyshell import main
|
|
if __name__ == '__main__':
|
|
main()
|