package types

type Position struct {
	x int
	y int
}