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