<?php
/** @noinspection PhpUnhandledExceptionInspection */
require_once __DIR__ . '/vendor/autoload.php';
use jrosset\Main;
(new Main())
->run();