/*
  James Little, 29/3/01
  COSC 241
  
  NrmlPlay.java
  For Scrabble application version 1.0
*/

package jlittle_ex5;

/**
 * This class is the Normal Play turn class, it extends the generic turn class.
 */
public class NrmlPlay extends Turn {

}
