o
    PÉfƒ  ã                   @   s:   d dl mZ d dlmZ d dlmZ G dd„ deeƒZdS )é    )ÚMacroElement)ÚTemplate)Ú
JSCSSMixinc                       s.   e Zd ZdZedƒZdgZ‡ fdd„Z‡  ZS )Ú
Terminatorzv
    Leaflet.Terminator is a simple plug-in to the Leaflet library to
    overlay day and night regions on maps.

    zˆ
        {% macro script(this, kwargs) %}
            L.terminator().addTo({{this._parent.get_name()}});
        {% endmacro %}
        )Ú
terminatorz3https://unpkg.com/@joergdietrich/leaflet.terminatorc                    s   t ƒ  ¡  d| _d S )Nr   )ÚsuperÚ__init__Ú_name)Úself©Ú	__class__© úe/home/deployuser/azure_apps/autowriter/venv/lib/python3.10/site-packages/folium/plugins/terminator.pyr      s   

zTerminator.__init__)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ú	_templateÚ
default_jsr   Ú__classcell__r   r   r   r   r      s    ÿr   N)Úbranca.elementr   Újinja2r   Úfolium.elementsr   r   r   r   r   r   Ú<module>   s    