# http://www.graphviz.org/content/cluster
digraph G {
graph [fontname = "Handlee"];
node [fontname = "Handlee"];
edge [fontname = "Handlee"];
bgcolor=transparent;
subgraph cluster_0 {
style=filled;
color=lightgrey;
node [style=filled,color=grey];
"version.verbose.alpha.001.1.9.2020" -> "format: Basic, Graph" -> "Additional: DJDT Plays a Virtual Burn";
label = "*Graphisode 1*";
fontsize = 20;
}
subgraph cluster_1 {
style=filled;
color=grey;
node [style=filled];
"*The Return of Dusty Tech *" ;
label = "*Dj Dusty Tech*";
fontsize = 20;
}
"*The Return of Dusty Tech *":e -> "version.verbose.alpha.001.1.9.2020":e;
"*The Return of Dusty Tech *":w -> "version.verbose.alpha.001.1.9.2020":w;
}