use strict;
use warnings;

package BarnOwl::Message::Generic;

use base qw( BarnOwl::Message );


1;
