mirror of
https://github.com/python/cpython.git
synced 2026-05-29 07:35:02 -04:00
4 lines
136 B
Python
4 lines
136 B
Python
if __name__ == "__main__":
|
|
from .main import interactive_console as __pyrepl_interactive_console
|
|
__pyrepl_interactive_console()
|