Copyright (c) 2017-2018 Red Liu <lli_njupt@163.com> Released under the MIT licence.
Python Object Maps have three classes:
- ClsMap used to draw classes relationship maps like MRO, super-subclasses.
- ObjMap used to draw a object-subobjects including relationship
- StackMap used to draw a stack table in picture
Python Object Maps based on graphviz and inspect modules. And tested with Python 3.4.