package grader.Main;


import java.util.Collection;

/**
 *
 *  Raise the target assignment by half a grade if extra credit is completed. 
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class ExtraCreditBtoBPlus {

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

     }

}