
    HR-eN                         d Z ddlmZmZmZmZmZmZ ddlmZ ddlm	Z	 ddlT ddlT ddlT ddlT ddl	m
Z
mZ ddlT ej        ej        z   e	j        z   dgz   ej        z   ej        z   ej        z   Zd Zd	 Zd
S )a  ``astropy.cosmology`` contains classes and functions for cosmological
distance measures and other cosmology-related calculations.

See the `Astropy documentation
<https://docs.astropy.org/en/latest/cosmology/index.html>`_ for more
detailed usage examples and references.

   )coreflrwfuncs	parameterunitsutils)io)realizations)*)	availabledefault_cosmologyr   c                 t    | t           vrt          dt          d| d          t          t          |           S )zGet realizations using lazy import from
    `PEP 562 <https://www.python.org/dev/peps/pep-0562/>`_.

    Raises
    ------
    AttributeError
        If "name" is not in :mod:`astropy.cosmology.realizations`
    zmodule z has no attribute .)r   AttributeError__name__getattrr
   )names    :lib/python3.11/site-packages/astropy/cosmology/__init__.py__getattr__r   "   sA     9NxNNTNNNOOO<&&&    c                      t           S )z-Directory, including lazily-imported objects.)__all__ r   r   __dir__r   1   s    Nr   N)__doc__ r   r   r   r   r   r   r	   r
   r   r   r   r   r   r   r   r   <module>r      s3    9 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8                             6 6 6 6 6 6 6 6     	L
l i
 m  m ' ' '    r   