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

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

$app = new \Alexecus\Spawner\App\Application();

$app->addDefinition(__DIR__ . '/Form/definition.yml', __DIR__);

$app->run();
