U
    1e  ć                   @   s   d Z dd ZdS )zESimple function to call to get the current InteractiveShell instance
c                  C   s    ddl m}  |  ” r|  ” S dS )zoGet the global InteractiveShell instance.

    Returns None if no InteractiveShell instance is registered.
    é    ©ŚInteractiveShellN)ZIPython.core.interactiveshellr   ZinitializedŚinstancer   © r   ś;/tmp/pip-unpacked-wheel-3hxk2k58/IPython/core/getipython.pyŚget_ipython   s    r   N)Ś__doc__r   r   r   r   r   Ś<module>   s   