module enginephysics;

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

public class EnginePhysics {
	Calculus c = new Calculus();
	public EnginePhysics() {
		System.out.println(this.getClass());
	}
}
