var AST = function(){

	return AST.Block.apply(this, arguments);

};

module.exports = AST;