/*
 * TED.java
 *
 *  This class contains the main method which will start the whole thing running.
 *
 */

//import java.awt.*;
//import java.awt.event.*;

class TED
{
	public static void main(String args[])
	{
		TEDController controller = new TEDController();
	}
}
