U
    d#                     @   sD   d dl mZ d dlmZmZmZ G dd deZG dd deZdS )    )Serialisable)SequenceStringIntegerc                   @   s    e Zd ZdZe ZdddZdS )FunctionGroupfunctionGroupNc                 C   s
   || _ d S N)name)selfr	    r   D/tmp/pip-unpacked-wheel-rwywncvq/openpyxl/workbook/function_group.py__init__   s    zFunctionGroup.__init__)N)__name__
__module____qualname__tagnamer   r	   r   r   r   r   r   r   
   s    r   c                   @   s4   e Zd ZdZeddZeeddZdZ	ddd	Z
d
S )FunctionGroupListZfunctionGroupsT)
allow_none)Zexpected_typer   )r      r   c                 C   s   || _ || _d S r   )builtInGroupCountr   )r
   r   r   r   r   r   r      s    zFunctionGroupList.__init__N)r   r   )r   r   r   r   r   r   r   r   r   Z__elements__r   r   r   r   r   r      s   
  r   N)Z!openpyxl.descriptors.serialisabler   Zopenpyxl.descriptorsr   r   r   r   r   r   r   r   r   <module>   s   