a
    dE                     @   s&   d dl mZ dd Zedkr"e  dS )    )print_functionc                   C   s   t ddd q dS )z
    A pure-Python implementation of Gob's Algorithm (2006). A brief
    explanation can be found here:
    https://www.youtube.com/watch?v=JbnjusltDHk
    ZPenus )endN)print r   r   \/var/www/html/stable-diffusion-webui/venv/lib/python3.9/site-packages/boltons/easterutils.pygobs_program$   s    r   __main__N)
__future__r   r   __name__r   r   r   r   <module>!   s   
