o
    h                     @   s   G d d dZ dS )c                   @   s0   e Zd ZdZdZedd Zdd Zdd Zd	S )
Pathz-This class represents a path in a JSON value. c                   C   s   dS )z-Return the root path's string representation.. r   r   r   Z/var/www/html/optinet_system/venv/lib/python3.10/site-packages/redis/commands/json/path.py	root_path   s   zPath.root_pathc                 C   s
   || _ dS )z=Make a new path based on the string representation in `path`.NstrPath)selfpathr   r   r   __init__   s   
zPath.__init__c                 C   s   | j S )Nr   )r	   r   r   r   __repr__   s   zPath.__repr__N)	__name__
__module____qualname____doc__r   staticmethodr   r   r   r   r   r   r   r      s    
r   N)r   r   r   r   r   <module>   s    