mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01: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()
|