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