TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
prebuilts
/
63ce29f4abb120020166ca0fc9683a796dce3449
/
.
/
linux-x64
/
clang
/
python3
/
bin
/
idle3.9
blob: a4b51ba5c04b09b04e2b55729a5aab1e3ba73dde [
file
] [
log
] [
blame
]
#!/tmpfs/src/out/install/bin/python3.9
from
idlelib
.
pyshell
import
main
if
__name__
==
'__main__'
:
main
()