Files
energy-trade/backend/tests/test_api/__init__.py
kbt-devops fe76bc7629 Add FastAPI backend for energy trading system
Implements FastAPI backend with ML model support for energy trading,
including price prediction models and RL-based battery trading policy.
Features dashboard, trading, backtest, and settings API routes with
WebSocket support for real-time updates.
2026-02-12 00:59:26 +07:00

4 lines
124 B
Python

from tests.conftest import sample_price_data, sample_battery_state
__all__ = ["sample_price_data", "sample_battery_state"]