mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 17:27:56 +00:00
6 lines
96 B
Text
6 lines
96 B
Text
|
#! /usr/bin/env python3
|
||
|
|
||
|
from idlelib.pyshell import main
|
||
|
if __name__ == '__main__':
|
||
|
main()
|