#!/usr/bin/env php
<?php

require_once __DIR__.'/../vendor/autoload.php';

use App\App;

$app = new App();
$app->runCli();