o
    @@£iý  ã                   @   s   d Z G dd„ dƒZdS )zl
This class contains the basics for getting/setting version and license information
within the borb project
c                   @   sF   e Zd ZdZedefdd„ƒZedefdd„ƒZedefdd„ƒZd	S )
ÚVersionzx
    This class contains the basics for getting/setting version and license information
    within the borb project
    Úreturnc                   C   ó   dS )zy
        This function returns the author of the borb library
        :return:    the author of the borb library
        zJoris Schellekens© r   r   r   úR/home/ubuntu/transcripts/venv/lib/python3.10/site-packages/borb/license/version.pyÚ
get_author   ó   zVersion.get_authorc                   C   r   )z}
        This function returns the producer line added to each PDF made by borb
        :return:    the PDF producer
        Úborbr   r   r   r   r   Úget_producer#   r   zVersion.get_producerc                   C   r   )zm
        This function returns the current borb version
        :return:    the current borb version
        z2.1.25r   r   r   r   r   Úget_version+   r   zVersion.get_versionN)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚstaticmethodÚstrr   r	   r
   r   r   r   r   r   	   s    r   N)r   r   r   r   r   r   Ú<module>   s   