#!/usr/bin/perl -w
use strict;
use Data::Hub qw($Hub);
use App::TMS::Client;
our $Tms = new App::TMS::Client();
$Tms->exec(@ARGV);
