a
    Fb                     @   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   6lib/python3.9/site-packages/IPython/core/getipython.pyget_ipython   s    r   N)__doc__r   r   r   r   r   <module>   s   