#------------------------------------------------------------
# Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved
# $Id$
#------------------------------------------------------------
package Admin::Command;

use strict;
use warnings;
use lib '/app/tools/rps/lib';
use RPS::Command;
use base 'RPS::Command';

sub app { return 'admin'; }

1;
