#------------------------------------------------------------
# Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved
# $Id$
#------------------------------------------------------------
package RPS::Statement::FastRender::Mechanical::US;

use Carp;

use Data::Dumper;
use Date::Calc;

use lib '/app/tools/common/lib';
use Common::Assert;

use lib '/app/tools/rps/lib';

use base 'RPS::Statement::FastRender::Mechanical';


# !!!
# This class is just here to hold some territory at this level
# in the namespace.   We may put something here eventually...
#

###
1;#
###
