<?php

$path = file_exists(__DIR__ . '/../vendor/autoload.php')
	? __DIR__ . '/../vendor/autoload.php'
	: __DIR__ . '/../flight/autoload.php';
require_once($path);