#!/usr/bin/perl

use lib 'lib';
use App::AYCABTU;
App::AYCABTU->new->run(@ARGV);
