make configuration a sep. module, including arguments

This commit is contained in:
hroff-1902
2019-07-12 00:49:23 +03:00
parent 7763b4cf5b
commit 1bdffcc73b
24 changed files with 164 additions and 143 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from argparse import Namespace
from typing import Any, List
from freqtrade import OperationalException
from freqtrade.arguments import Arguments
from freqtrade.configuration import Arguments
from freqtrade.worker import Worker