<?php
/**
 * Class AMP_CLI_Namespace.
 *
 * Command namespace that regroups all AMP CLI commands.
 *
 * @package AMP
 */

use WP_CLI\Dispatcher\CommandNamespace;

/**
 * Interacts with the AMP plugin.
 *
 * @since 1.3.0
 */
final class AMP_CLI_Namespace extends CommandNamespace {

}
