<?php
/**
 * @license GPL-2.0-or-later
 *
 * Modified by GravityKit using {@see https://github.com/BrianHenryIE/strauss}.
 */

namespace GravityKit\GravityExport\Foundation\CLI;

use WP_CLI;
use WP_CLI_Command;

abstract class AbstractCommand extends WP_CLI_Command { }
