#------------------------------------------------------------
# Copyright (C) 2009 RoyaltyShare, Inc.   All Rights Reserved
# $Id$
#------------------------------------------------------------

package RPS::Mechanical::UK::Process;
use strict;

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

use base 'Common::Process';


1;
