#!/usr/bin/env php
<?php
namespace think;

// Command-line entry file
// Load base file
require __DIR__ . '/vendor/autoload.php';

// App initialization
(new App())->console->run();