<?php
require __DIR__ . '/vendor/autoload.php';

use Console\Kernel;

$kernel = new Kernel();
$kernel->handle($argv);
