New Features
- Add `dict2obj` to `md_hier` funcs ([15](https://github.com/AnswerDotAI/toolslm/issues/15))
- Migrate call_func from claudette to toolslm ([14](https://github.com/AnswerDotAI/toolslm/pull/14)), thanks to [ncoop57](https://github.com/ncoop57)
- Allow for getting schemas from nested structures ([11](https://github.com/AnswerDotAI/toolslm/pull/11)), thanks to [ncoop57](https://github.com/ncoop57)
- Allow for `sel` to select and wrap multiple element results ([10](https://github.com/AnswerDotAI/toolslm/pull/10)), thanks to [Isaac-Flath](https://github.com/Isaac-Flath)
Bugs Squashed
- Using `get_schema` on class method results in type missing error ([12](https://github.com/AnswerDotAI/toolslm/issues/12))