package grader.Main;


import java.util.Collection;

/**
 *
 *  This item is worth a percentage of the overall class grade. 
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class ClassWeight {

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

     }

}