
    i                     T    d Z ddlmZmZmZmZmZmZmZm	Z	m
Z
 ddlmZ ddlmZ g dZy)a  This module implements "Local" classes that mimic their associated `cloudpathlib` non-local
counterparts but use the local filesystem in place of cloud storage. They can be used as drop-in
replacements, with the intent that you can use them as mock or monkepatch substitutes in your
tests. See ["Testing code that uses cloudpathlib"](../../testing_mocked_cloudpathlib/) for usage
examples.
   )	local_azure_blob_implementationLocalAzureBlobClientLocalAzureBlobPathlocal_gs_implementationLocalGSClientLocalGSPathlocal_s3_implementationLocalS3ClientLocalS3Path)LocalClient)	LocalPath)r   r   r   r   r   r   r   r   r	   r
   r   N)__doc__implementationsr   r   r   r   r   r   r	   r
   r   localclientr   	localpathr   __all__     l/var/www/vps2.regionflexible.com/Desarrollo/venv/lib/python3.12/site-packages/cloudpathlib/local/__init__.py<module>r      s(   
 
 
 %  r   