stable/freqtrade/__init__.py
2017-11-18 09:58:29 +02:00

5 lines
65 B
Python

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