module Stoplight
  module State
    UNLOCKED: unlocked
    LOCKED_GREEN: locked_green
    LOCKED_RED: locked_red
  end
end
