o
    o^\                     @   s<   d Z ddlmZ ddlmZ ddlmZ G dd deZdS )z*Errors that can occur during augmentation.    )absolute_import)division)print_functionc                   @   s   e Zd ZdZdS )InvalidAstErrorzBOccurs when the syntax tree does not meet some expected condition.N)__name__
__module____qualname____doc__ r
   r
   4lib/python3.10/site-packages/pasta/augment/errors.pyr      s    r   N)r	   Z
__future__r   r   r   	Exceptionr   r
   r
   r
   r   <module>   s
   