<?php
use \top\Framework;
require '../framework/Framework.php';
Framework::appPath('../application/');
Framework::startApp();