added function to find project root

This commit is contained in:
Jonathan Raviotta 2019-09-03 16:11:43 -04:00
parent f987e6e0f9
commit 8245da6bdc

View File

@ -3,6 +3,7 @@ Various tool function for Freqtrade and scripts
"""
import gzip
import logging
from os import chdir
import re
from datetime import datetime
from pathlib import Path