<?php
declare(strict_types=1);
error_reporting(E_ALL);
/*** Module combiner ***/
define("__PATH__", dirname(__FILE__) . DIRECTORY_SEPARATOR);
print(__PATH__ . "autoloader.php");
if (file_exists(__PATH__ . "autoloader.php"))
require_once(__PATH__ . "autoloader.php");
else
die("<br> no file");