All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tutorial.support.sets.RootSet Maven / Gradle / Ivy

The newest version!
package tutorial.support.sets;

public class RootSet extends TutorialSet{
	public RootSet(){
		super( BasicsSet.class,
			   GuideSet.class );
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy