<?php

include_once('Application/System.php');

$System = new System();
$System->Run();
