package grader.Main;


import java.util.Collection;

/**
 *
 *  The root of all components.  * 
 * @author 
 * @version 
 *
 **/

public class EasyGrader {

     /** Default Constructor **/
     public EasyGrader() {

     }

     protected Collection<Gradebook> gradebooks;

     protected ApplicationPreferences preferences;

     protected String clipboard;

     protected String findString;

}