<?php<448901948@qq.com>declare (strict_types = 1);
namespace think\facade;
use think\Facade;
use think\console\Command;
use think\console\Input;
use think\console\input\Definition as InputDefinition;
use think\console\Output;
use think\console\output\driver\Buffer;
class Console extends Facade
{
protected static function getFacadeClass()
{
return 'console';
}
}