FREDML / src /core /__init__.py
Edwin Salguero
Initial commit: FRED_ML project without binary files
f35bff2
raw
history blame
149 Bytes
"""
Core functionality for FRED data collection and processing.
"""
from .fred_client import FREDDataCollectorV2
__all__ = ['FREDDataCollectorV2']