// Only exported so we can register/run it through bottle export { default as makeRefreshUserScoresCacheJob } from './refreshUserScoresCacheJob.js'; export { type UserStatisticsService, default as makeUserStatisticsService, } from './userStatisticsService.js'; export { type UserScore } from './computeUserScore.js';