feat(BT-003A): add event comparison page

This commit is contained in:
Bu5hm4nn
2026-03-24 19:20:35 +01:00
parent 68cb2aa51a
commit ff4e565ee6
8 changed files with 672 additions and 43 deletions

View File

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