stable/freqtrade/util/ft_precise.py

10 lines
150 B
Python
Raw Normal View History

2022-08-10 11:26:06 +00:00
"""
Slim wrapper around ccxt's Precise (string math)
To have imports from freqtrade
"""
from ccxt import Precise
class FtPrecise(Precise):
pass