mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 16:58:29 -06:00
8 lines
107 B
Python
8 lines
107 B
Python
"""
|
|
IDLE main entry point
|
|
|
|
Run IDLE as python -m idlelib
|
|
"""
|
|
import idlelib.pyshell
|
|
idlelib.pyshell.main()
|