## Collection.add()


Add an item to the collection.


Usage


``` python
Collection.add(item)
```


## Parameters


`item`  
The item to add.
