Skip to content

Instantly share code, notes, and snippets.

@Flurrywinde
Created April 1, 2022 22:11
Show Gist options
  • Save Flurrywinde/c1e5ca3d966e1d928375f9f4966bd316 to your computer and use it in GitHub Desktop.
Save Flurrywinde/c1e5ca3d966e1d928375f9f4966bd316 to your computer and use it in GitHub Desktop.
GIST created by python code
digraph {
0 [label="START" shape=doublecircle fillcolor=chartreuse style=filled tooltip=""]
0 -> 2 [label="None"]
2 [label="T[221729]" shape=box fillcolor=none style=filled tooltip="digraph { 0 [ startln=0,shape=doublecircle,fillcolor=chartreuse,style=filled,label="START" ]; 0 -> 2...."]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment