#!/usr/bin/env perl
use strict;
use warnings;

use lib 'lib';

use App::Akter;
App::Akter->run( @ARGV );

