## write_file()


Write content to a file.


Usage


``` python
write_file(
    path,
    content,
)
```


## Parameters


`path: str`  
Path to the file.

`content: str`  
Content to write.
