finsight-ai / src /services /__init__.py
mustdo's picture
Fix label mapping, retrain model (99.26% accuracy), fix Confidence DNA display, add src/ config/ and training scripts
3aaddda
Raw
History Blame Contribute Delete
93 Bytes
"""
Services Package
"""
from .stock_service import StockService
__all__ = ['StockService']