"""
Bottleneck analyzer module for JMeter test results.
This module provides functionality for identifying performance bottlenecks
in JMeter test results.
"""
from analyzer.bottleneck.analyzer import BottleneckAnalyzer
__all__ = ['BottleneckAnalyzer']