Ë
    ˜V.jð  ã                   óª   — d Z ddlZddlZddlmZ ddlmZ ddlmZ ddl	m
Z
 dZd	Z eej                  j                  d
d«      «      Z G d„ de
«      Zy)z@The default loader used when no custom app has been initialized.é    N)ÚNotConfigured©ÚDictAttribute)Ú	strtoboolé   )Ú
BaseLoader)ÚLoaderÚDEFAULT_CONFIG_MODULEÚceleryconfigÚ	C_WNOCONFFc                   ó   — e Zd ZdZd„ Zdd„Zy)r	   z#The loader used by the default app.c                 ó   — t        |«      S )Nr   )ÚselfÚsettingsdicts     úXC:\xampp\htdocs\tradingbinance\backend\.venv\Lib\site-packages\celery/loaders/default.pyÚsetup_settingszLoader.setup_settings   s   € Ü˜\Ó*Ð*ó    c                 óŠ  — t         j                  j                  dt        «      }	 | j	                  |«      }d| _        | j                  |«      S # t        $ rj |s‚ t        rMt         j                  j                  d«      s.t        j                  t        dj                  |¬«      «      «       | j                  i «      cY S w xY w)z0Read configuration from :file:`celeryconfig.py`.ÚCELERY_CONFIG_MODULETÚFORKED_BY_MULTIPROCESSINGzPNo {module} module found! Please make sure it exists and is available to Python.)Úmodule)ÚosÚenvironÚgetr
   Ú_import_config_moduleÚ
configuredr   ÚImportErrorr   ÚwarningsÚwarnr   Úformat)r   Úfail_silentlyÚ
confignameÚusercfgs       r   Úread_configurationzLoader.read_configuration   s¬   € ä—Z‘Z—^‘^Ð$:Ü$9ó;ˆ
ð	0Ø×0Ñ0°Ó<ˆGð #ˆDŒOØ×&Ñ& wÓ/Ð/øô ò 	+Ù Øå¤§¡§¡Ð0KÔ!LÜ—‘œmð.ß.4©f¸J¨fÓ.GóIô Jð ×&Ñ& rÓ*Ò*ð	+ús   ¦A ÁA0CÃCN)T)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r$   © r   r   r	   r	      s   „ Ù-ò+ô0r   r	   )r(   r   r   Úcelery.exceptionsr   Úcelery.utils.collectionsr   Úcelery.utils.serializationr   Úbaser   Ú__all__r
   r   r   r   r	   r)   r   r   Ú<module>r/      sL   ðÙ FÛ 	Û å +Ý 2Ý 0å à
-€à&Ð ñ �b—j‘j—n‘n [°%Ó8Ó9€	ô0ˆZõ 0r   