#!/usr/bin/env php
<?php
define('basedir',dirname(__DIR__));
require 'vendor/autoload.php';
$app = new GenPHP\Application;
$app->run( $argv );
