o
    ÌÄ.j`  ã                   @   sB   d Z ddlmZ ddlmZ ddlmZ G dd„ deƒZdgZdS )z UNKNOWN values from :rfc:`7265`.é    )ÚClassVar)ÚSelf)ÚvTextc                   @   sD   e Zd ZU dZdZee ed< ede	e
 fdd„ƒZddlmZ d	S )
ÚvUnknownz®This is text but the VALUE parameter is unknown.

    Since :rfc:`7265`, it is important to record if values are unknown.
    For :rfc:`5545`, we could just assume TEXT.
    ÚUNKNOWNÚdefault_valueÚreturnc                 C   s
   t dƒgS )zExamples of vUnknown.zSome property text.)r   )Úcls© r
   úK/home/thesage/.local/lib/python3.10/site-packages/icalendar/prop/unknown.pyÚexamples   s   
zvUnknown.examplesr   )ÚVALUEN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   ÚstrÚ__annotations__ÚclassmethodÚlistr   r   Úicalendar.paramr   r
   r
   r
   r   r   	   s   
 r   N)	r   Útypingr   Úicalendar.compatibilityr   Úicalendar.prop.textr   r   Ú__all__r
   r
   r
   r   Ú<module>   s    
