U
    -e                     @   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   X/var/www/html/Darija-Ai-Train/env/lib/python3.8/site-packages/IPython/core/getipython.pyget_ipython   s    r   N)__doc__r   r   r   r   r   <module>   s   