# just do it
use strict;

use Carp;
$Carp::Verbose = 1;

use lib '/app/tools/raptor/lib';
use lib '/app/tools/user/lib';

1;
