stable/freqtrade/data/__init__.py

8 lines
153 B
Python
Raw Normal View History

2018-12-16 08:58:46 +00:00
"""
Module to handle data operations for freqtrade bot
"""
# limit what's imported when using `from freqtrad.data import *``
2018-12-12 19:08:00 +00:00
__all__ = [
'convert'
]