B
    P\                 @   sH   d dl mZ d dlmZ d dlmZ d dlmZmZ G dd deZ	dS )    )absolute_import)unicode)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)Zexpected_typeauthor c             C   s
   || _ d S )N)r	   )selfr	   r
   r
   7lib/python3.7/site-packages/openpyxl/comments/author.py__init__   s    zAuthorList.__init__N)r
   )
__name__
__module____qualname__Ztagnamer   r   r	   r   r   r   r
   r
   r
   r   r      s   
r   N)
Z
__future__r   Zopenpyxl.compatr   Z!openpyxl.descriptors.serialisabler   Zopenpyxl.descriptorsr   r   r   r
   r
   r
   r   <module>   s   