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

use strict;
use warnings;

package Tables::WAY_TAGS;

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

1;

