/*
 * Circuit.java
 *
 * Created on April 20, 2001, 6:48 PM
 */

package cse605;

/**
 *
 * @author  adev
 * @version 
 */
public class Circuit extends Object implements Cloneable{

    /** Creates new Circuit */
    public Circuit() {
    }

}
