module deepmagic.layout.layout;

import deepmagic.layout;

class DeepmagicLayout : HTMLLayout{
	this(){
		super();
	}
}