Files
metabuilder/typthon/Tools/scripts/idle3
johndoe6345789 0e707caa56 feat: Add Typthon
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:10:58 +00:00

6 lines
95 B
Python

#!/usr/bin/env python3
from idlelib.pyshell import main
if __name__ == '__main__':
main()