<?php /** * Includes the Autoloader class from the specified directory. * * This script includes the Autoloader.php file located in the "src" directory * relative to the current directory. This is necessary for utilizing the * Autoloader functionality in the application. * * @package ePHPic\Autload * @file Autoload.php */ include __DIR__ . DIRECTORY_SEPARATOR . "src" . DIRECTORY_SEPARATOR . "Autoloader.php";