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

require_once __DIR__ . '/../src/bootstrap.php';

use Ellire\Application;

$app = new Application();
$app->run();