feat(BT-001A): add backtest scenario runner page
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user