#!/usr/bin/env perl

use strict;
use warnings;

our $VERSION = '0.06';

use App::EditorTools;
App::EditorTools->run;

