local export = {}

function export.show(frame)
	return require("Module:etymology/templates/descendant").descendants_tree(frame)
end

return export