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