extract resolvers to IResolvers and it's own package

This commit is contained in:
Matthias
2018-11-24 20:00:02 +01:00
parent e442390b1b
commit 21a093bcdb
11 changed files with 107 additions and 69 deletions

View File

@@ -0,0 +1,2 @@
from freqtrade.resolvers.iresolver import IResolver # noqa: F401
from freqtrade.resolvers.strategyresolver import StrategyResolver # noqa: F401