/**
 * GitHub Repository Analyzer
 * A tool for analyzing GitHub repositories for sustainability and security risks.
 *
 * This module exports the core functionality of the analyzer.
 */
import { analyzeGitHubRepository } from './src/analyzer';
export { analyzeGitHubRepository };
