package testtool.StudentTesting; import testtool.Proctoring.*; import testtool.Publish.*; import java.util.Collection; /** * * The 12-hour time suffix indicating a morning time. * Derived from an FMSL opaque type. * * @author * @version * **/ public class AM { /** Default Constructor **/ public AM() { } }