<?php
define("ROOT_PATH", dirname(__DIR__));
define('DEBUG', true);
require ROOT_PATH . '/vendor/autoload.php';
require ROOT_PATH . '/src/functions.php';