mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
5 lines
65 B
Python
5 lines
65 B
Python
""" FreqTrade bot """
|
|
__version__ = '0.14.2'
|
|
|
|
from . import main
|