<?php
/**
 * Class AmpCommandNamespace.
 *
 * Command namespace that regroups all AMP CLI commands.
 *
 * @package AmpProject\AmpWP
 */

namespace AmpProject\AmpWP\Cli;

use WP_CLI\Dispatcher\CommandNamespace;

/**
 * Interacts with the AMP plugin.
 *
 * @since 1.3.0
 * @since 2.1.0 Renamed and refactored into PSR-4 namespace.
 * @internal
 */
final class AmpCommandNamespace extends CommandNamespace {

}
