#!/usr/bin/env php
<?php declare(strict_types=1);

$application = require __DIR__ . '/statie_app.php';
exit($application->run());
