module myfourier;

import org.x.y.math.calculus.*;
import org.x.y.math.complex.*;

public class MyFourier {
	Calculus c = new Calculus();
	Complex cx = new Complex();

	public MyFourier() {
		System.out.println(this.getClass());
	}
}
