o
     JAf<                     @   s6   	 d dl mZ ddlZddlZG dd dejdZdS )   )
_bootstrap    Nc                   @   s&   e Zd Z	 dd Zdd Zdd ZdS )Loaderc                 C   s   	 d S )N )selfspecr   r   %/usr/lib/python3.10/importlib/_abc.pycreate_module   s   zLoader.create_modulec                 C   s   	 t | dstt| |S )Nexec_module)hasattrImportErrorr   _load_module_shim)r   fullnamer   r   r   load_module   s   
zLoader.load_modulec                 C   s   	 t dt t)NzVimportlib.abc.Loader.module_repr() is deprecated and slated for removal in Python 3.12)warningswarnDeprecationWarningNotImplementedError)r   moduler   r   r   module_repr*   s
   zLoader.module_reprN)__name__
__module____qualname__r	   r   r   r   r   r   r   r      s
    r   )	metaclass) r   abcr   ABCMetar   r   r   r   r   <module>   s
    