#!/usr/bin/env perl

use strict;
use warnings;

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