# $Id: NODE_TAGS.pm,v 1.1.1.1 2008-10-15 18:55:57 jo Exp $

use strict;
use warnings;

# Note: There is no table node_tags yet.

package Tables::NODE_TAGS;

use constant ROW => qw(
    id
    k
    v
);

1;

