""" Core functionality for FRED data collection and processing. """ from .fred_client import FREDDataCollectorV2 __all__ = ["FREDDataCollectorV2"]