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

namespace think;

require __DIR__ . '/vendor/autoload.php';

// 执行指令应用
(new App())->console->run();
