o
    2h                     @   s   d Z ddlmZ dddZdS )zFilesystem related operations.    )gen_filesystem_opsNc                 C   s   t j| |||dS )zSet configuration of the file system.

  Args:
    scheme: File system scheme.
    key: The name of the configuration option.
    value: The value of the configuration option.
    name: A name for the operation (optional).

  Returns:
    None.
  )keyvaluename)_gen_filesystem_opsfile_system_set_configuration)schemer   r   r    r	   _/var/www/html/chatgem/venv/lib/python3.10/site-packages/tensorflow/python/ops/filesystem_ops.pyfilesystem_set_configuration   s   r   )N)__doc__tensorflow.python.opsr   r   r   r	   r	   r	   r
   <module>   s   