package grader.Main;


import java.util.Collection;

/**
 *
 *  Add the given number of points to the target assignment. 
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class ExtraCreditAddPoints {

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

     }

}