<?php
/**
 * Module: BackgroundComponentParallaxItem class.
 *
 * @package Divi
 * @since ??
 */

namespace ET\Builder\Packages\Module\Options\Background;

if ( ! defined( 'ABSPATH' ) ) {
	die( 'Direct access forbidden.' );
}

/**
 * BackgroundComponentParallaxItem class
 *
 * @since ??
 */
class BackgroundComponentParallaxItem {

	use BackgroundComponentParallaxItemTraits\ComponentTrait;
}
