#!/usr/bin/perl

use strict;
use warnings;

$|++;

use App::This2that;

$|++;

my $S = App::This2that->new;
$S->init;
$S->run;


