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