#!/usr/bin/env php
<?php
/**
 * @package Zest
 * @license http://opensource.org/licenses/MIT
 */

declare(strict_types=1);

namespace DecodeLabs\Zest;

use DecodeLabs\Archetype;
use DecodeLabs\Genesis;
use DecodeLabs\Zest\Hub;

require_once $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php';

Genesis::run(Hub::class);
