U
    Z+d                     @   s.   d Z ddlmZmZ dZdddZdd Zd	S )
zGet loader by name.

Loaders define how configuration is read, what happens
when workers start, when tasks are executed and so on.
    )import_from_cwdsymbol_by_name)get_loader_clszcelery.loaders.app:AppLoaderzcelery.loaders.default:Loader)Zappdefaultc                 C   s   t | ttdS )zGet loader class by name/alias.)imp)r   LOADER_ALIASESr   )loader r	   ;/tmp/pip-unpacked-wheel-ucduq0nd/celery/loaders/__init__.pyr      s    r   N)__doc__Zcelery.utils.importsr   r   __all__r   r   r	   r	   r	   r
   <module>   s   