dot`digraph G {
node [shape=box];
Mount [color = red] SideMount [color = red] Gaurd [color = red] NorthSouth [color = red] Standing [color = red];
Standing -> SnapDown;
SnapDown -> OsotoGeri [style=dashed];
SnapDown -> SideClinch [style=dashed];
SnapDown -> Turtle;
OsotoGeri -> SideClinch [style=dashed];
SideClinch -> SideMount;
OsotoGeri -> SideMount;
SideMount -> Americana;
Americana -> SideMount [style=dashed];
SideMount -> KneeOnBelly;
KneeOnBelly -> SideMount [style=dashed];
KneeOnBelly -> ArmBar;
ArmBar -> SideMount [style=dashed];
ArmBar -> Mount [style=dashed];
ArmBar -> Gaurd [style=dashed];
ArmBar -> NorthSouth [style=dashed]
Turtle -> TODO;
}`