feat(BT-001A): add backtest scenario runner page

This commit is contained in:
Bu5hm4nn
2026-03-24 19:00:22 +01:00
parent 8566cc203f
commit d2d85bccdb
6 changed files with 467 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
from . import hedge, options, overview, settings
from . import backtests, hedge, options, overview, settings
__all__ = ["overview", "hedge", "options", "settings"]
__all__ = ["overview", "hedge", "options", "backtests", "settings"]