""" Slim wrapper around ccxt's Precise (string math) To have imports from freqtrade """ from ccxt import Precise class FtPrecise(Precise): pass