stable/freqtrade/data/__init__.py
2018-12-16 09:58:46 +01:00

8 lines
153 B
Python

"""
Module to handle data operations for freqtrade bot
"""
# limit what's imported when using `from freqtrad.data import *``
__all__ = [
'convert'
]