2017-10-02 15:42:15 -04:00
|
|
|
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace JKingWeb\Arsse;
|
|
|
|
|
|
|
|
const NS_BASE = __NAMESPACE__."\\";
|
|
|
|
define(NS_BASE."BASE", dirname(__DIR__).DIRECTORY_SEPARATOR);
|
|
|
|
|
2017-10-20 19:02:42 -04:00
|
|
|
require_once BASE."vendor".DIRECTORY_SEPARATOR."autoload.php";
|