lib/robot/models/point.ex

defmodule Robot.Models.Point do
  defstruct x: 0, y: 0, bounds: %{x: 5, y: 5}
end