
    i;                     V    d Z ddlmZmZmZmZ ddlmZ  e            Zd Zd Z	g dZ
dS )z6This package contains all functionality for timezones.   )is_utctzid_from_dttzid_from_tzinfotzids_from_tzinfo)TZPc                  8    t                                            dS )zCUse pytz as the implementation that looks up and creates timezones.N)tzpuse_pytz     V/root/projects/butler/venv/lib/python3.11/site-packages/icalendar/timezone/__init__.pyr
   r
   	   s    LLNNNNNr   c                  8    t                                            dS )zGUse zoneinfo as the implementation that looks up and creates timezones.N)r	   use_zoneinfor   r   r   r   r      s    r   )r   r   r   r   r   r	   r
   r   N)__doc__tzidr   r   r   r   r	   r   r
   r   __all__r   r   r   <module>r      s    < < K K K K K K K K K K K K      	cee  
  
	 	 	r   