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