bowling-analysis-system
Version:
A comprehensive system for analyzing bowling techniques using video processing and metrics calculation
10 lines (8 loc) • 358 B
JavaScript
/**
* @module bowling_analysis/setup/BiasGenerator
* @description Redirection to the new BiasCalculator implementation
* @deprecated This file is kept for compatibility and redirects to the new implementation
*/
const { BiasGenerator } = require('../legacy-compatibility');
// Export the compatibility wrapper functions
module.exports = BiasGenerator;