package com.useful.ucars;

public enum CarDirection {
	FORWARDS, BACKWARDS, NONE;
}
