#!/usr/bin/env php
<?php
declare(strict_types=1);
$run = require __DIR__ . '/../config/run.php';
$run(true);