Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
7
Dependencies/Python/Lib/idlelib/__main__.py
vendored
Normal file
7
Dependencies/Python/Lib/idlelib/__main__.py
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
"""
|
||||
IDLE main entry point
|
||||
|
||||
Run IDLE as python -m idlelib
|
||||
"""
|
||||
import idlelib.pyshell
|
||||
idlelib.pyshell.main()
|
Reference in New Issue
Block a user