#!/usr/bin/perl

use utf8;
use open qw/:std :utf8/;

use Aion::Carp;
use Aion::Annotation;

Aion::Annotation->new_from_args(\@ARGV)->scan
