
    }hq                     $    d Z ddlmZmZmZ g dZy)zIn memory store that is not thread safe and has no eviction policy.

This is a simple implementation of the BaseStore using a dictionary that is useful
primarily for unit testing purposes.
    )InMemoryBaseStoreInMemoryByteStoreInMemoryStore)r   r   r   N)__doc__langchain_core.storesr   r   r   __all__     U/var/www/html/engine/venv/lib/python3.12/site-packages/langchain/storage/in_memory.py<module>r      s    V Ur
   