## load()


Load content from a path.


Usage


``` python
load(path)
```


## Parameters


`path: str`  
Path to load from.


## Returns


`str`  
The loaded content.
