# Copyright 2002-2008 Josh Clark and Global Moxie, LLC. This code cannot be 
# redistributed without permission from globalmoxie.com.  For more
# information, consult your Big Medium license.
#
# $Id: Annc.pm 3043 2008-03-31 14:00:38Z josh $

package BigMed::Content::Annc;
use strict;
use utf8;
use Carp;

use base qw(BigMed::Content);


BigMed::Content::Annc->register_content_class(
    source    => 'announce',
    label     => 'announcement',
);

