
public class ToddlerManager {
	
	/**
	 * Method ToddlerManager
	 * Default Contructer
	 *
	 */
	public ToddlerManager() {
		
	}

	/**
	 * Method main
	 *
	 *
	 * Disply message to the screen
	 *
	 */
	public static void main(String[] args) {
		System.out.println("This is an object of type ToddlerManager.");
	}	
}
