#!/usr/bin/env perl
use strict;
use warnings;
use App::fbx;

exit App::fbx->main(@ARGV);
