import sys
sys.path.insert(0, ".")
from tools.generate_charts import main
main()
