o
    ‚.Úd#  ã                   @   s0   d Z ddlmZ ddlmZ G dd„ deƒZdS )zÃAn environment that is configured for maximum compatibility with Ruby Liquid.

This environment will be updated without concern for backwards incompatible changes to
template rendering behavior.
é   )ÚEnvironment)ÚFutureBoundTemplatec                   @   s   e Zd ZdZeZdS )r   a”  An environment that is configured for maximum compatibility with Ruby Liquid.

    This environment addresses some compatibility issues between Python Liquid's default
    `Environment` and Ruby Liquid. These issues are considered to be an unacceptable
    breaking changes for users that rely on existing behavior of the default
    environment.

    See https://jg-rp.github.io/liquid/known_issues
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Útemplate_class© r	   r	   úQ/var/www/Matress/matenv/lib/python3.10/site-packages/liquid/future/environment.pyr   
   s    
r   N)r   Úenvironmentr   ÚDefaultEnvironmentÚtemplater   r	   r	   r	   r
   Ú<module>   s    