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 gzip
import logging import logging
from os import chdir
import re import re
from datetime import datetime from datetime import datetime
from pathlib import Path from pathlib import Path