namespace Craw\Controller;
use Think\Controller;
header("Content-type: text/html; charset=utf-8");
class IndexController extends Controller {
public function index(){
vendor('Vendor.Snoopy.Snoopy');
$snoopy=new \Snoopy();
$this->display();
}

Class 'Snoopy' not found