<?php
/**
 * Base Action implementation
 *
 * @package automattic/jetpack-crm
 * @since 6.2.0
 */

namespace Automattic\Jetpack\CRM\Automation;

/**
 * Base Action Step.
 *
 * @since 6.2.0
 * {@inheritDoc}
 */
abstract class Base_Action extends Base_Step implements Action {

}
