A simple utility for writing Graphviz files.
class nr.io.graphviz.writer.GraphvizWriter(out: TextIO, indent: str = "\t")
function nr.io.graphviz.render.render(graphviz_code: str, format: str, algorithm: str = "dot") -> bytes
function nr.io.graphviz.render.render(graphviz_code: str, format: str, algorithm: str = "dot", output_file: Path) -> None