Move exchange-constants and retriers to exchange.common

This commit is contained in:
Matthias
2019-10-31 10:39:24 +01:00
parent 669a6cf119
commit 9a42afe0be
4 changed files with 132 additions and 126 deletions

View File

@@ -1,4 +1,5 @@
from freqtrade.exchange.exchange import Exchange, MAP_EXCHANGE_CHILDCLASS # noqa: F401
from freqtrade.exchange.common import MAP_EXCHANGE_CHILDCLASS # noqa: F401
from freqtrade.exchange.exchange import Exchange # noqa: F401
from freqtrade.exchange.exchange import (get_exchange_bad_reason, # noqa: F401
is_exchange_bad,
is_exchange_known_ccxt,