<?php

$CNF = include "config.php";
require_once "Kernel/load.php";

$app = new App\App();
$app -> init();
