freqtrade_origin/freqtrade/data/__init__.py
2024-05-13 07:10:25 +02:00

7 lines
146 B
Python

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