use <bottom.scad>
use <top.scad>
use <back.scad>
use <front.scad>

module assembly() {
	bottom();
//	top();
	back();
//	front();
}

assembly();