<?php

include_once('Application/Core.php');

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