Add binance exchange subclass

This commit is contained in:
Matthias
2019-02-24 19:30:05 +01:00
parent ecb5137dbe
commit 06f486a8eb
2 changed files with 27 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
from freqtrade.exchange.exchange import Exchange # noqa: F401
from freqtrade.exchange.kraken import Kraken # noqa: F401
from freqtrade.exchange.binance import Binance # noqa: F401