IDLE can be launched as python -m ildelib
This commit is contained in:
parent
753445a425
commit
d543f2b8b0
|
@ -0,0 +1,9 @@
|
|||
"""
|
||||
IDLE main entry point
|
||||
|
||||
Run IDLE as python -m idlelib
|
||||
"""
|
||||
|
||||
|
||||
import idlelib.PyShell
|
||||
idlelib.PyShell.main()
|
Loading…
Reference in New Issue