a
    whV                     @   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   M/var/www/battlenet.uz/venv/lib/python3.9/site-packages/sqlparse/exceptions.pyr      s   r   N)r   	Exceptionr   r   r   r   r   <module>   s   