## read_file()


Read contents of a file.


Usage


``` python
read_file(path)
```


## Parameters


`path: str`  
Path to the file.


## Returns


`str`  
File contents.
