o
    hV                     @   s   d Z G dd deZdS )z Exceptions used in this package.c                   @   s   e Zd ZdZdS )SQLParseErrorz)Base class for exceptions in this module.N)__name__
__module____qualname____doc__ r   r   U/var/www/html/optinet_system/venv/lib/python3.10/site-packages/sqlparse/exceptions.pyr      s    r   N)r   	Exceptionr   r   r   r   r   <module>   s   