Created
April 1, 2022 22:11
-
-
Save Flurrywinde/c1e5ca3d966e1d928375f9f4966bd316 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[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