#!/usr/bin/env perl

use strict;
use warnings;

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