#!/usr/bin/perl

use strict; use warnings;
use Map::Tube::CLI;

Map::Tube::CLI->new_with_options->run;
