package grader.Main;


import java.util.Collection;

/**
 *
 *  If an assignment is turned in late, the total credit the student can receive will decay exponentially. 
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class ExponentialLatePolicy {

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

     }

}