<?php
declare(strict_types=1);

namespace ArangoDB\Foxx;

use ArangoDB\Http\Api;
use ArangoDB\Connection\Connection;
use ArangoDB\DataStructures\ArrayList;
use ArangoDB\Exceptions\ServerException;
use GuzzleHttp\Exception\ClientException;
use GuzzleHttp\Exception\GuzzleException;

/**
 * Install/Uninstall Foxx services
 *
 * @package ArangoDB\Foxx
 * @author Lucas S. Vieira
 */
abstract class Foxx
{
}
