// Package direction provides constants for left and right directions.
package direction
const Left = "L"
const Right = "R"