1# Important: don't add things to this module, as they will end up in the REPL's 2# default globals. Use _pyrepl.main instead. 3 4if __name__ == "__main__": 5 from .main import interactive_console as __pyrepl_interactive_console 6 __pyrepl_interactive_console() 7