6 lines
145 B
Python
6 lines
145 B
Python
"""Backtesting subsystem for historical hedge simulation."""
|
|
|
|
from .engine import SyntheticBacktestEngine
|
|
|
|
__all__ = ["SyntheticBacktestEngine"]
|