digraph {
	GPS [pos="0,0!"]
	Memory [pos="3,0!"]
	Motywacja [pos="1.5,1.5!"]
	Motywacja [style=dashed]
	Motywacja -> GPS [style=dashed]
	Motywacja -> Memory [style=dashed]
	GPS -> Memory
}
