local root = {_tags={}}

function root:tags()
    return root._tags
end

return root

-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80