Split out pairlist_commands

This commit is contained in:
Matthias
2020-01-26 13:43:30 +01:00
parent a3e9d04383
commit 2d02c3f2a4
3 changed files with 45 additions and 37 deletions

View File

@@ -13,8 +13,8 @@ from freqtrade.commands.list_commands import (start_list_exchanges,
start_list_timeframes)
from freqtrade.commands.optimize_commands import (start_backtesting,
start_edge, start_hyperopt)
from freqtrade.commands.pairlist_commands import start_test_pairlist
from freqtrade.commands.plot_commands import (start_plot_dataframe,
start_plot_profit)
from freqtrade.commands.trade_commands import start_trading
from freqtrade.commands.utils import (setup_utils_configuration,
start_test_pairlist)
from freqtrade.commands.utils import setup_utils_configuration