package grader.Main;


import java.util.Collection;

/**
 *
 *  The points from this assignment are directly added to the total for the category. 
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class NoWeight {

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

     }

}