Files
archived-x-prober/Make.php
2019-01-13 20:39:35 +08:00

8 lines
127 B
PHP

<?php
namespace InnStudio\Make;
include __DIR__ . '/vendor/autoload.php';
new \InnStudio\Prober\Compiler\Compiler(__DIR__);