Initial commit

This commit is contained in:
Oliver Davies 2023-01-19 17:25:51 +00:00
commit cc9a65ba96
6 changed files with 3222 additions and 0 deletions

8
build-config.php Normal file
View file

@ -0,0 +1,8 @@
<?php
use Symfony\Component\Console\Application;
require __DIR__ . '/vendor/autoload.php';
$app = new Application();
$app->run();