<?php
declare(strict_types=1);

namespace ArangoDB\Batch;

/**
 * Allow to send multiple operations in one batch to ArangoDB server.
 *
 * @package ArangoDB\Batch
 * @author Lucas S. Vieira
 */
class Batch
{
}
