mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -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()
|