echo 'digraph { "Gladion" -> "Lusamine" [taillabel = "Mother of"] "Lillie" -> "Lusamine" [taillabel = "Mother of"] "Lusamine" -> "Lillie" [taillabel = "Daughter of"] "Gladion" -> "Lillie" [taillabel = "Younger Sister of"] "Cosmog" -> "Lillie" [taillabel = "Caretaker of"] "Lusamine" -> "Gladion" [taillabel = "Son of"] "Lillie" -> "Gladion" [taillabel = "Older Brother of"] "Type: Null" -> "Gladion" [taillabel = "Caretaker of"] }' | dot -Tsvg > output.svg