Add Engine::BlocksInfo to the python bindings

Created by: isosc

Engine::BlocksInfo() seems to be missing from the python bindings. This is essential for extracting metadata information to build skel I/O models.

This seems like it is a minor addition, but requires some knowledge of the pybind tool.