0268bfdbd4
Minor cosmetics. typo caught.
9 lines
152 B
Python
9 lines
152 B
Python
"""
|
|
Module to handle data operations for freqtrade
|
|
"""
|
|
|
|
# limit what's imported when using `from freqtrade.data import *`
|
|
__all__ = [
|
|
'converter'
|
|
]
|