package com.infinite.focus.server.dashboard;

public enum TimeLine {
	DAILY, WEEKLY, MONTHLY, YEARLY
}
