Created
March 30, 2022 02:11
-
-
Save Flurrywinde/3c04f9775ad0579acb0067883d5d3bf4 to your computer and use it in GitHub Desktop.
GIST created by python code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph { | |
0 [label="START" shape=doublecircle fillcolor=chartreuse style=filled tooltip=""] | |
0 -> 2 [label="None"] | |
2 [label="T[5790]" 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