6 lines
124 B
Python
Executable File
6 lines
124 B
Python
Executable File
#!/tmpfs/src/git/out/python3/install/bin/python3.10
|
|
|
|
from idlelib.pyshell import main
|
|
if __name__ == '__main__':
|
|
main()
|