export const LEFT_BUTTONS = 2;
export const RIGHT_BUTTONS = 2;
export const MAX_BUTTONS = LEFT_BUTTONS + RIGHT_BUTTONS + 1;
