package config type Position struct { X int `yaml:"x"` Y int `yaml:"y"` }