mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
3 lines
136 B
Python
3 lines
136 B
Python
if __name__ == "__main__":
|
|
from .main import interactive_console as __pyrepl_interactive_console
|
|
__pyrepl_interactive_console()
|