Skip to article frontmatterSkip to article content
import graphviz
import graphviz

g = graphviz.Digraph('G', filename='hello.gv')

g.edge('Hello', 'World')

g