
    LhL                    <    d dl mZ d dlmZ d dlmZ  G d d      Zy)    )annotations)Any)Configc                  $    e Zd ZddZddZddZy)LifespanOffc                     d| _         i | _        y )NF)should_exitstate)selfconfigs     l/var/www/pru.catia.catastroantioquia-mas.com/valormasv2/lib/python3.12/site-packages/uvicorn/lifespan/off.py__init__zLifespanOff.__init__	   s     %'
    c                   K   y wN r   s    r   startupzLifespanOff.startup   	        c                   K   y wr   r   r   s    r   shutdownzLifespanOff.shutdown   r   r   N)r   r   returnNone)r   r   )__name__
__module____qualname__r   r   r   r   r   r   r   r      s    (r   r   N)
__future__r   typingr   uvicornr   r   r   r   r   <module>r!      s    "  	 	r   