o
    • µiº  ã                   @   sž   d Z ddlZddlmZ dZe ¡  ¡ Zz%e d¡r!ddl	m
Z
 ne d¡s+e d	¡r2ddlm
Z
 nddlm
Z
 W n
 eyC   Y dS w d
ee fdd„ZdS )z$A reimplementation of Julia's dllisté    N)ÚListz2.0.0Údarwiné   ©Ú_platform_specific_dllistÚwindowsÚ	microsoftÚreturnc                   C   s   t ƒ S )a   
        List the dynamic libraries loaded by the current process.

        This is a wrapper for platform-specific APIs on Windows, Linux, and macOS.

        Returns
        -------
        List[str]
            The names of the dynamic libraries loaded by the current process.
        r   © r
   r
   úC/home/ubuntu/.local/lib/python3.10/site-packages/dllist/__init__.pyÚdllist   s   r   )Ú__doc__ÚplatformÚtypingr   Ú__version__ÚsystemÚlowerÚ_systemÚ
startswithÚmacosr   r   Ú	unix_likeÚImportErrorÚstrr   r
   r
   r
   r   Ú<module>   s     
€þ