#!/usr/bin/env perl

use strict;
use warnings;

use App::Buuilt::CLI;

App::Buuilt::CLI->new->run(@ARGV);
