## Describe a new Feature - [ ] A clear and concise description of the new feature - [ ] Some context about WHY you want this new feature ## Describe what you expect! (Example) **I want Merkly to work like this:** ```py import merkly data = [] result = merkly.new_feature(data) assert result == ["new data very cool"] ```
Describe a new Feature
Describe what you expect! (Example)
I want Merkly to work like this: