FREDML / src /core /__init__.py
Edwin Salguero
Enterprise: Transform to production-grade architecture with FastAPI, Docker, K8s, monitoring, and comprehensive tooling
832348e
raw
history blame contribute delete
149 Bytes
"""
Core functionality for FRED data collection and processing.
"""
from .fred_client import FREDDataCollectorV2
__all__ = ["FREDDataCollectorV2"]