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