stable/freqtrade/__init__.py
2017-11-20 20:01:10 +01:00

5 lines
65 B
Python

""" FreqTrade bot """
__version__ = '0.14.3'
from . import main