* @copyright Copyright (c) 2022, Dale Davies * @license MIT */ /** * Initialise the application, generate and output page content. */ // Provided by composer for psr-4 style autoloading. require __DIR__ .'/vendor/autoload.php'; $jumpapp = new Jump\Main(); echo $jumpapp->init();