package grader.Main;


import java.util.Collection;

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

public class ExtraCreditBtoA {

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

     }

}