o
    .j                     @  s0   d Z ddlmZ ddlmZ dd	d
Zd
gZdS )z!Access to examples of components.    )annotations)Pathcomponent_directorystrexample_namereturnbytesc                 C  st   t tjj}|d |  }|ds|d }|| }| s4td| d|  dddd | D  t | S )	z5Return an example and raise an error if it is absent.testsz.icszExample z for z not found. You can use one of z, c                 s  s    | ]}|j V  qd S )N)name).0p r   K/home/thesage/.local/lib/python3.10/site-packages/icalendar/cal/examples.py	<genexpr>   s    zget_example.<locals>.<genexpr>)	r   __file__parentendswithis_file
ValueErrorjoiniterdir
read_bytes)r   r   hereexamplesexample_filer   r   r   get_example   s   
r   N)r   r   r   r   r   r   )__doc__
__future__r   pathlibr   r   __all__r   r   r   r   <module>   s
    

