<?php
namespace Magento\InventorySourceSelectionApi\Api\Data;

/**
 * Extension class for @see \Magento\InventorySourceSelectionApi\Api\Data\SourceSelectionAlgorithmInterface
 */
class SourceSelectionAlgorithmExtension extends \Magento\Framework\Api\AbstractSimpleObject implements SourceSelectionAlgorithmExtensionInterface
{
}
