# Puudot ## Development Start implementing graph.py with Graphviz Python library. New architecture for creating dot. No clusters; one node contains one row table with each column for a person. ~~~ dot.node('', fr'{() }|...') dot.edge(':', '') ~~~ algorithm: ~~~ for block in blocks create node if block has link, set link as id else create id add texts to node for text in block save links create edges from links ~~~