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

require_once realpath($GLOBALS['_composer_bin_dir'] . "/../autoload.php");

(new \Sugoi\Kernel\Kernel)->run();
