/**
 * @fileoverview Factory for creating review strategies.
 *
 * This module serves as the main entry point for the strategy factory functionality,
 * providing a unified interface for strategy instantiation.
 */
export * from './strategyFactory';
