a
    b                     @   s0   d dl mZ d dlmZmZ G dd deZdS )    )Serialisable)SequenceAliasc                   @   s,   e Zd ZdZeedZedZdddZ	dS )	
AuthorListauthors)expected_typeauthor c                 C   s
   || _ d S )N)r   )selfr   r	   r	   h/Users/vegardjervell/Documents/master/model/venv/lib/python3.9/site-packages/openpyxl/comments/author.py__init__   s    zAuthorList.__init__N)r	   )
__name__
__module____qualname__tagnamer   strr   r   r   r   r	   r	   r	   r   r      s
   
 r   N)Z!openpyxl.descriptors.serialisabler   Zopenpyxl.descriptorsr   r   r   r	   r	   r	   r   <module>   s   