6 lines
123 B
Groff
6 lines
123 B
Groff
|
|
#!/tmpfs/src/git/out/python3/install/bin/python3.9
|
||
|
|
|
||
|
|
from idlelib.pyshell import main
|
||
|
|
if __name__ == '__main__':
|
||
|
|
main()
|