#!/usr/bin/env perl

use strict;
use warnings;

our $VERSION = '0.05';

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

