Allow import freqtrade.exchange.*

This commit is contained in:
Matthias
2019-02-21 06:59:52 +01:00
parent e987a915e8
commit e0f426d863
2 changed files with 5 additions and 2 deletions

View File

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